public interface IQueue<T>
Modifier and Type | Field and Description |
---|---|
static String |
COUNTER_PREFIX |
static String |
QUEUE_PREFIX |
Modifier and Type | Method and Description |
---|---|
void |
add(T message) |
void |
clear() |
void |
delete() |
boolean |
isEmpty() |
int |
size() |
T |
take() |
static final String COUNTER_PREFIX
static final String QUEUE_PREFIX
Copyright © 2015–2019. All rights reserved.