Package | Description |
---|---|
com.oracle.bmc.queue | |
com.oracle.bmc.queue.responses |
Modifier and Type | Method and Description |
---|---|
PurgeQueueResponse |
QueueAdminClient.purgeQueue(PurgeQueueRequest request) |
PurgeQueueResponse |
QueueAdmin.purgeQueue(PurgeQueueRequest request)
Deletes all messages present in the queue, or deletes all the messages in the specific
channel at the time of invocation.
|
Modifier and Type | Method and Description |
---|---|
Future<PurgeQueueResponse> |
QueueAdminAsyncClient.purgeQueue(PurgeQueueRequest request,
AsyncHandler<PurgeQueueRequest,PurgeQueueResponse> handler) |
Future<PurgeQueueResponse> |
QueueAdminAsync.purgeQueue(PurgeQueueRequest request,
AsyncHandler<PurgeQueueRequest,PurgeQueueResponse> handler)
Deletes all messages present in the queue, or deletes all the messages in the specific
channel at the time of invocation.
|
Modifier and Type | Method and Description |
---|---|
Future<PurgeQueueResponse> |
QueueAdminAsyncClient.purgeQueue(PurgeQueueRequest request,
AsyncHandler<PurgeQueueRequest,PurgeQueueResponse> handler) |
Future<PurgeQueueResponse> |
QueueAdminAsync.purgeQueue(PurgeQueueRequest request,
AsyncHandler<PurgeQueueRequest,PurgeQueueResponse> handler)
Deletes all messages present in the queue, or deletes all the messages in the specific
channel at the time of invocation.
|
Modifier and Type | Method and Description |
---|---|
PurgeQueueResponse |
PurgeQueueResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
PurgeQueueResponse.Builder |
PurgeQueueResponse.Builder.copy(PurgeQueueResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.