@FunctionalInterface public static interface TimeoutMap.Listener<K,V>
| Modifier and Type | Interface and Description |
|---|---|
static class |
TimeoutMap.Listener.Type |
| Modifier and Type | Method and Description |
|---|---|
void |
timeoutMapEvent(TimeoutMap.Listener.Type type,
K key,
V value)
Callback when the map changes content
|
void timeoutMapEvent(TimeoutMap.Listener.Type type, K key, V value)
key - the item keyvalue - the item valueApache Camel