public class RecordedQueue extends RecordedNamedEntity
Modifier and Type | Field and Description |
---|---|
static String |
EMPTY_STRING |
name
channel
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) |
String |
getNameToUseForRecovery() |
boolean |
isAutoDelete() |
boolean |
isServerNamed() |
void |
recover() |
RecordedQueue |
serverNamed(boolean value) |
getName
getChannel, getDelegateChannel
public static final String EMPTY_STRING
public RecordedQueue(AutorecoveringChannel channel, String name)
public RecordedQueue exclusive(boolean value)
public RecordedQueue serverNamed(boolean value)
public boolean isServerNamed()
public boolean isAutoDelete()
public void recover() throws IOException
IOException
public String getNameToUseForRecovery()
public RecordedQueue durable(boolean value)
public RecordedQueue autoDelete(boolean value)
public RecordedQueue arguments(Map<String,Object> value)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.