Uses of Interface
org.apache.camel.TimeoutMap.Listener
-
Packages that use TimeoutMap.Listener Package Description org.apache.camel The core Camel API. -
-
Uses of TimeoutMap.Listener in org.apache.camel
Methods in org.apache.camel with parameters of type TimeoutMap.Listener Modifier and Type Method Description void
TimeoutMap. addListener(TimeoutMap.Listener<K,V> listener)
Assign the (singular)TimeoutMap.Listener
-