Package org.apache.camel
Interface TimeoutMap.Listener<K,V>
-
- Enclosing interface:
- TimeoutMap<K,V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface TimeoutMap.Listener<K,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimeoutMap.Listener.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtimeoutMapEvent(TimeoutMap.Listener.Type type, K key, V value)Callback when the map changes content
-
-
-
Method Detail
-
timeoutMapEvent
void timeoutMapEvent(TimeoutMap.Listener.Type type, K key, V value)
Callback when the map changes content- Parameters:
key- the item keyvalue- the item value
-
-