public class Queue extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTO_DELETE |
static String |
CAPACITY |
static String |
CONSUMER_COUNT |
static String |
DURABLE |
static String |
NAME |
static String |
SIZE |
| Constructor and Description |
|---|
Queue(String name,
boolean autoDelete,
boolean durable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsJsonString() |
int |
getCapacity() |
int |
getConsumerCount() |
String |
getName() |
int |
getSize() |
boolean |
isAutoDelete() |
boolean |
isDurable() |
public static final String NAME
public static final String AUTO_DELETE
public static final String DURABLE
public static final String CONSUMER_COUNT
public static final String CAPACITY
public static final String SIZE
public Queue(String name, boolean autoDelete, boolean durable)
Copyright © 2018 WSO2. All rights reserved.