Uses of Package
org.apache.camel.component.dynamicrouter
-
Classes in org.apache.camel.component.dynamicrouter used by org.apache.camel.component.dynamicrouter Class Description DynamicRouterComponent The Dynamic RouterComponent
.DynamicRouterConfiguration This class encapsulates all configuration items for the Dynamic Router EIP component.DynamicRouterControlChannelProcessor ProcessesDynamicRouterControlMessage
s on the specialized control channel.DynamicRouterControlChannelProcessor.DynamicRouterControlChannelProcessorFactory Create aDynamicRouterControlChannelProcessor
instance.DynamicRouterControlMessage The control channel message to provide the conditions under which a recipient should receive an exchange for processing.DynamicRouterControlMessage.ControlMessageType The type of message received on the control channel.DynamicRouterControlMessage.SubscribeMessageBuilder A Builder class for creating a subscribe message.DynamicRouterControlMessage.UnsubscribeMessageBuilder A Builder class for creating an unsubscribe message.DynamicRouterControlProducer AProducer
implementation to process control channel messages for the Dynamic Router.DynamicRouterEndpoint The Dynamic Router component routes exchanges to recipients, and the recipients (and their rules) may change at runtime.DynamicRouterEndpoint.DynamicRouterEndpointFactory Create aDynamicRouterEndpoint
instance.DynamicRouterProcessor Implements a Dynamic Router pattern where the destinations are computed at runtime.DynamicRouterProcessor.DynamicRouterProcessorFactory Create aDynamicRouterProcessor
instance.DynamicRouterProducer AProducer
implementation to process exchanges for the Dynamic Router.PrioritizedFilterProcessor This class serves as a wrapper around aFilterProcessor
to include an integer representing the priority of this processor, and aComparator
to sort by priority, then by id.PrioritizedFilterProcessor.PrioritizedFilterProcessorFactory Create aPrioritizedFilterProcessor
instance.