Uses of Interface
org.apache.camel.processor.resequencer.TimeoutHandler
-
Packages that use TimeoutHandler Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
Timeout. setTimeoutHandler(TimeoutHandler timeoutHandler)
Sets a timeout handler for receiving timeout notifications.
-