Package | Description |
---|---|
com.oracle.bmc.queue | |
com.oracle.bmc.queue.requests |
Modifier and Type | Method and Description |
---|---|
GetMessagesResponse |
QueueClient.getMessages(GetMessagesRequest request) |
GetMessagesResponse |
Queue.getMessages(GetMessagesRequest request)
Consumes messages from the queue.
|
Future<GetMessagesResponse> |
QueueAsyncClient.getMessages(GetMessagesRequest request,
AsyncHandler<GetMessagesRequest,GetMessagesResponse> handler) |
Future<GetMessagesResponse> |
QueueAsync.getMessages(GetMessagesRequest request,
AsyncHandler<GetMessagesRequest,GetMessagesResponse> handler)
Consumes messages from the queue.
|
Modifier and Type | Method and Description |
---|---|
Future<GetMessagesResponse> |
QueueAsyncClient.getMessages(GetMessagesRequest request,
AsyncHandler<GetMessagesRequest,GetMessagesResponse> handler) |
Future<GetMessagesResponse> |
QueueAsync.getMessages(GetMessagesRequest request,
AsyncHandler<GetMessagesRequest,GetMessagesResponse> handler)
Consumes messages from the queue.
|
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.