JavaScript is disabled on your browser.
The Dynamic Router Component
.
This class encapsulates all configuration items for the Dynamic Router EIP component.
The control channel message to provide the conditions under which a recipient should receive an exchange for
processing.
The type of message received on the control channel.
A Builder class for creating a subscribe message.
A Builder class for creating an unsubscribe message.
A Producer
implementation to process control channel messages for the Dynamic Router.
The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at
runtime.
Implements a
Dynamic Router pattern where the destinations
are computed at runtime.
A Producer
implementation to process exchanges for the Dynamic Router.
This class serves as a wrapper around a
FilterProcessor
to include an integer representing the priority of
this processor, and a
Comparator
to sort by priority, then by id.