public interface ICRMClientQueue
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_SERVICE |
Modifier and Type | Method and Description |
---|---|
ICRMItem |
consume()
Get a crm item from the list and remove it from the queue
|
CRMItemQueue |
getNextCRMItemQueue()
Return the first crm item in the queue
|
void |
send(ICRMItem crmItem)
Put a crm item into the list of the queue
|
int |
size()
Get the size of the queue
|
static final String BEAN_SERVICE
ICRMItem consume()
void send(ICRMItem crmItem)
crmItem
- The crm item to add to the queueint size()
CRMItemQueue getNextCRMItemQueue()
Copyright © 2017 City of Paris. All rights reserved.