Package | Description |
---|---|
com.oracle.bmc.queue | |
com.oracle.bmc.queue.model | |
com.oracle.bmc.queue.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetQueueRequest,GetQueueResponse> |
QueueAdminWaiters.forQueue(GetQueueRequest request,
Queue.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetQueueRequest,GetQueueResponse> |
QueueAdminWaiters.forQueue(GetQueueRequest request,
Queue.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetQueueRequest,GetQueueResponse> |
QueueAdminWaiters.forQueue(GetQueueRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Queue.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Queue.LifecycleState |
Queue.LifecycleState.create(String key) |
Queue.LifecycleState |
Queue.getLifecycleState()
The current state of the queue.
|
Queue.LifecycleState |
QueueSummary.getLifecycleState()
The current state of the queue.
|
static Queue.LifecycleState |
Queue.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Queue.LifecycleState[] |
Queue.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Queue.Builder |
Queue.Builder.lifecycleState(Queue.LifecycleState lifecycleState)
The current state of the queue.
|
QueueSummary.Builder |
QueueSummary.Builder.lifecycleState(Queue.LifecycleState lifecycleState)
The current state of the queue.
|
Constructor and Description |
---|
Queue(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Queue.LifecycleState lifecycleState,
String lifecycleDetails,
String messagesEndpoint,
Integer retentionInSeconds,
Integer visibilityInSeconds,
Integer timeoutInSeconds,
Integer deadLetterQueueDeliveryCount,
String customEncryptionKeyId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Integer channelConsumptionLimit)
Deprecated.
|
QueueSummary(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Queue.LifecycleState lifecycleState,
String lifecycleDetails,
String messagesEndpoint,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Queue.LifecycleState |
ListQueuesRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListQueuesRequest.Builder |
ListQueuesRequest.Builder.lifecycleState(Queue.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.