Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.responses |
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.
|
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 |
---|---|
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 |
---|---|
GetMessagesResponse |
GetMessagesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetMessagesResponse.Builder |
GetMessagesResponse.Builder.copy(GetMessagesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.