Uses of Class
guarana.toolkit.task.routers.Router

Packages that use Router
guarana.toolkit.task.routers Provide tasks that does not change the state of a message. 
 

Uses of Router in guarana.toolkit.task.routers
 

Subclasses of Router in guarana.toolkit.task.routers
 class Correlator
          Looks for a set of correlated inbound messages and publish them to the output gateways.
 class CustomRouter
          Allows for the creation of a customised router task with a different semantics from the predefined tasks already provided by this package.
 class Dispatcher
          Dispatches an inbound message to exactly one output gateway.
 class Distributor
          Implements a DYNAMIC or STATIC distributor which distributes inbound messages to one or more output gateways.
 class Filter
          Removes from the message flow unwanted messages.
 class IdempotentTransfer
          Detects duplicated inbound messages in the message flow.
 class Merger
          Mergers inbound messages from different input slots to just one output slot.
 class Replicator
          Replicates an inbound message to ALL output gateways it has.
 class Resequencer
          Rebuild the correct sequence of split messages.
 class SemanticValidator
          Validates the semantics of an inbound message.
 



Guaranį DSL Home