|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeoutHandler | |
|---|---|
| org.apache.camel.processor.resequencer | Helper classes for the Resequencer pattern. |
| Uses of TimeoutHandler in org.apache.camel.processor.resequencer |
|---|
| Classes in org.apache.camel.processor.resequencer that implement TimeoutHandler | |
|---|---|
class |
ResequencerEngine<E>
Resequences elements based on a given SequenceElementComparator. |
| Methods in org.apache.camel.processor.resequencer that return types with arguments of type TimeoutHandler | |
|---|---|
List<TimeoutHandler> |
Timeout.getTimeoutHandlers()
Returns the list of timeout handlers that have been registered for notification. |
| Methods in org.apache.camel.processor.resequencer with parameters of type TimeoutHandler | |
|---|---|
void |
Timeout.addTimeoutHandler(TimeoutHandler handler)
Appends a new timeout handler at the end of the timeout handler list. |
void |
Timeout.addTimeoutHandlerFirst(TimeoutHandler handler)
inserts a new timeout handler at the beginning of the timeout handler list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||