Package | Description |
---|---|
com.oracle.bmc.queue | |
com.oracle.bmc.queue.requests |
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.
|
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 |
---|---|
PurgeQueueRequest |
PurgeQueueRequest.Builder.build()
Build the instance of PurgeQueueRequest as configured by this builder
|
PurgeQueueRequest |
PurgeQueueRequest.Builder.buildWithoutInvocationCallback()
Build the instance of PurgeQueueRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
PurgeQueueRequest.Builder |
PurgeQueueRequest.Builder.copy(PurgeQueueRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.