Uses of Class
org.apache.camel.TimeoutMap.Listener.Type
-
Packages that use TimeoutMap.Listener.Type Package Description org.apache.camel The core Camel API. -
-
Uses of TimeoutMap.Listener.Type in org.apache.camel
Methods in org.apache.camel that return TimeoutMap.Listener.Type Modifier and Type Method Description static TimeoutMap.Listener.Type
TimeoutMap.Listener.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeoutMap.Listener.Type[]
TimeoutMap.Listener.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel with parameters of type TimeoutMap.Listener.Type Modifier and Type Method Description void
TimeoutMap.Listener. timeoutMapEvent(TimeoutMap.Listener.Type type, K key, V value)
Callback when the map changes content
-