public interface CorrelationListener
| Modifier and Type | Method and Description |
|---|---|
void |
onEviction(String key)
Callback when a correlation id is evicted due timeout
|
void |
onPut(String key)
Callback when a new correlation id is added
|
void |
onRemove(String key)
Callback when a correlation id is removed
|
void onPut(String key)
key - the correlation idvoid onRemove(String key)
key - the correlation idvoid onEviction(String key)
key - the correlation idApache Camel