public interface Queue
| Modifier and Type | Field and Description | 
|---|---|
| static AttributeSensor<java.lang.Integer> | QUEUE_DEPTH_BYTES | 
| static AttributeSensor<java.lang.Integer> | QUEUE_DEPTH_MESSAGES | 
| static BasicAttributeSensorAndConfigKey<java.lang.String> | QUEUE_NAME | 
| Modifier and Type | Method and Description | 
|---|---|
| void | create()Create the queue. | 
| void | delete()Delete the queue. | 
| java.lang.String | getQueueName() | 
static final BasicAttributeSensorAndConfigKey<java.lang.String> QUEUE_NAME
static final AttributeSensor<java.lang.Integer> QUEUE_DEPTH_BYTES
static final AttributeSensor<java.lang.Integer> QUEUE_DEPTH_MESSAGES