Uses of Interface
org.apache.camel.processor.resequencer.TimeoutHandler

Packages that use TimeoutHandler
org.apache.camel.processor.resequencer Helper classes for the Resequencer pattern. 
 

Uses of TimeoutHandler in org.apache.camel.processor.resequencer
 

Methods in org.apache.camel.processor.resequencer that return TimeoutHandler
 TimeoutHandler Timeout.getTimeoutHandlers()
          Returns the timeout handler that has been registered for notification.
 

Methods in org.apache.camel.processor.resequencer with parameters of type TimeoutHandler
 void Timeout.setTimeoutHandler(TimeoutHandler timeoutHandler)
          Sets a timeout handler for receiving timeout notifications.
 



Apache CAMEL