public class MessageSelectorCreator extends Object implements CorrelationListener
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentSkipListSet<String> |
correlationIds |
protected boolean |
dirty |
protected StringBuilder |
expression |
protected static org.slf4j.Logger |
LOG |
protected CorrelationTimeoutMap |
timeoutMap |
| Constructor and Description |
|---|
MessageSelectorCreator(CorrelationTimeoutMap timeoutMap) |
protected static final org.slf4j.Logger LOG
protected final CorrelationTimeoutMap timeoutMap
protected final ConcurrentSkipListSet<String> correlationIds
protected volatile boolean dirty
protected StringBuilder expression
public MessageSelectorCreator(CorrelationTimeoutMap timeoutMap)
public String get()
public void onPut(String key)
CorrelationListeneronPut in interface CorrelationListenerkey - the correlation idpublic void onRemove(String key)
CorrelationListeneronRemove in interface CorrelationListenerkey - the correlation idpublic void onEviction(String key)
CorrelationListeneronEviction in interface CorrelationListenerkey - the correlation idApache Camel