Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.requests |
Modifier and Type | Method and Description |
---|---|
GetMessagesResponse |
StreamClient.getMessages(GetMessagesRequest request) |
GetMessagesResponse |
Stream.getMessages(GetMessagesRequest request)
Returns messages from the specified stream using the specified cursor as the starting point
for consumption.
|
Future<GetMessagesResponse> |
StreamAsyncClient.getMessages(GetMessagesRequest request,
AsyncHandler<GetMessagesRequest,GetMessagesResponse> handler) |
Future<GetMessagesResponse> |
StreamAsync.getMessages(GetMessagesRequest request,
AsyncHandler<GetMessagesRequest,GetMessagesResponse> handler)
Returns messages from the specified stream using the specified cursor as the starting point
for consumption.
|
Modifier and Type | Method and Description |
---|---|
Future<GetMessagesResponse> |
StreamAsyncClient.getMessages(GetMessagesRequest request,
AsyncHandler<GetMessagesRequest,GetMessagesResponse> handler) |
Future<GetMessagesResponse> |
StreamAsync.getMessages(GetMessagesRequest request,
AsyncHandler<GetMessagesRequest,GetMessagesResponse> handler)
Returns messages from the specified stream using the specified cursor as the starting point
for consumption.
|
Modifier and Type | Method and Description |
---|---|
GetMessagesRequest |
GetMessagesRequest.Builder.build()
Build the instance of GetMessagesRequest as configured by this builder
|
GetMessagesRequest |
GetMessagesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetMessagesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetMessagesRequest.Builder |
GetMessagesRequest.Builder.copy(GetMessagesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.