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.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidtimeoutMapEvent(TimeoutMap.Listener.Type type, K key, V value) Callback when the map changes content
-
Method Details
-
timeoutMapEvent
Callback when the map changes content- Parameters:
key- the item keyvalue- the item value
-