Class RecordedQueue
- java.lang.Object
-
- com.rabbitmq.client.impl.recovery.RecordedEntity
-
- com.rabbitmq.client.impl.recovery.RecordedNamedEntity
-
- com.rabbitmq.client.impl.recovery.RecordedQueue
-
public class RecordedQueue extends RecordedNamedEntity
- Since:
- 3.3.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
EMPTY_STRING
-
Fields inherited from class com.rabbitmq.client.impl.recovery.RecordedNamedEntity
name
-
Fields inherited from class com.rabbitmq.client.impl.recovery.RecordedEntity
channel
-
-
Constructor Summary
Constructors Constructor Description RecordedQueue(AutorecoveringChannel channel, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordedQueue
arguments(Map<String,Object> value)
RecordedQueue
autoDelete(boolean value)
RecordedQueue
durable(boolean value)
RecordedQueue
exclusive(boolean value)
String
getNameToUseForRecovery()
boolean
isAutoDelete()
boolean
isServerNamed()
void
recover()
RecordedQueue
serverNamed(boolean value)
String
toString()
-
Methods inherited from class com.rabbitmq.client.impl.recovery.RecordedNamedEntity
getName
-
Methods inherited from class com.rabbitmq.client.impl.recovery.RecordedEntity
getChannel, getDelegateChannel
-
-
-
-
Field Detail
-
EMPTY_STRING
public static final String EMPTY_STRING
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RecordedQueue
public RecordedQueue(AutorecoveringChannel channel, String name)
-
-
Method Detail
-
exclusive
public RecordedQueue exclusive(boolean value)
-
serverNamed
public RecordedQueue serverNamed(boolean value)
-
isServerNamed
public boolean isServerNamed()
-
isAutoDelete
public boolean isAutoDelete()
-
recover
public void recover() throws IOException
- Throws:
IOException
-
getNameToUseForRecovery
public String getNameToUseForRecovery()
-
durable
public RecordedQueue durable(boolean value)
-
autoDelete
public RecordedQueue autoDelete(boolean value)
-
arguments
public RecordedQueue arguments(Map<String,Object> value)
-
-