Uses of Class
com.oracle.bmc.streaming.requests.GetMessagesRequest
-
Packages that use GetMessagesRequest Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.requests -
-
Uses of GetMessagesRequest in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type GetMessagesRequest 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.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)
GetMessagesResponse
StreamClient. getMessages(GetMessagesRequest request)
Method parameters in com.oracle.bmc.streaming with type arguments of type GetMessagesRequest 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 GetMessagesRequest in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return GetMessagesRequest Modifier and Type Method Description GetMessagesRequest
GetMessagesRequest.Builder. build()
Build the instance of GetMessagesRequest as configured by this builderGetMessagesRequest
GetMessagesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMessagesRequest as configured by this builderMethods in com.oracle.bmc.streaming.requests with parameters of type GetMessagesRequest Modifier and Type Method Description GetMessagesRequest.Builder
GetMessagesRequest.Builder. copy(GetMessagesRequest o)
Copy method to populate the builder with values from the given instance.
-