public class RecordedQueue extends RecordedNamedEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY_STRING |
namechannel| Constructor and Description |
|---|
RecordedQueue(AutorecoveringChannel channel,
String name) |
| Modifier and Type | Method and Description |
|---|---|
RecordedQueue |
arguments(Map<String,Object> value) |
RecordedQueue |
autoDelete(boolean value) |
RecordedQueue |
durable(boolean value) |
RecordedQueue |
exclusive(boolean value) |
Map<String,Object> |
getArguments() |
String |
getNameToUseForRecovery() |
boolean |
isAutoDelete() |
boolean |
isDurable() |
boolean |
isExclusive() |
boolean |
isServerNamed() |
void |
recover() |
RecordedQueue |
recoveredQueueNameSupplier(RecoveredQueueNameSupplier recoveredQueueNameSupplier) |
RecordedQueue |
serverNamed(boolean value) |
String |
toString() |
getNamegetChannel, getDelegateChannelpublic static final String EMPTY_STRING
public RecordedQueue(AutorecoveringChannel channel, String name)
public RecordedQueue exclusive(boolean value)
public boolean isExclusive()
public RecordedQueue serverNamed(boolean value)
public boolean isServerNamed()
public void recover()
throws IOException
IOExceptionpublic String getNameToUseForRecovery()
public RecordedQueue durable(boolean value)
public boolean isDurable()
public RecordedQueue autoDelete(boolean value)
public boolean isAutoDelete()
public RecordedQueue arguments(Map<String,Object> value)
public RecordedQueue recoveredQueueNameSupplier(RecoveredQueueNameSupplier recoveredQueueNameSupplier)
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.