Uses of Class
com.oracle.bmc.streaming.responses.GetMessagesResponse
-
Packages that use GetMessagesResponse Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.responses -
-
Uses of GetMessagesResponse in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming that return GetMessagesResponse Modifier and Type Method Description GetMessagesResponse
Stream. getMessages(GetMessagesRequest request)
Returns messages from the specified stream using the specified cursor as the starting point for consumption.GetMessagesResponse
StreamClient. getMessages(GetMessagesRequest request)
Methods in com.oracle.bmc.streaming that return types with arguments of type GetMessagesResponse Modifier and Type Method Description 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.Future<GetMessagesResponse>
StreamAsyncClient. getMessages(GetMessagesRequest request, AsyncHandler<GetMessagesRequest,GetMessagesResponse> handler)
Method parameters in com.oracle.bmc.streaming with type arguments of type GetMessagesResponse Modifier and Type Method Description 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.Future<GetMessagesResponse>
StreamAsyncClient. getMessages(GetMessagesRequest request, AsyncHandler<GetMessagesRequest,GetMessagesResponse> handler)
-
Uses of GetMessagesResponse in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return GetMessagesResponse Modifier and Type Method Description GetMessagesResponse
GetMessagesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.streaming.responses with parameters of type GetMessagesResponse Modifier and Type Method Description GetMessagesResponse.Builder
GetMessagesResponse.Builder. copy(GetMessagesResponse o)
Copy method to populate the builder with values from the given instance.
-