Uses of Class
org.apache.synapse.message.processor.impl.AbstractMessageProcessor
-
-
Uses of AbstractMessageProcessor in org.apache.synapse.message.processor.impl
Subclasses of AbstractMessageProcessor in org.apache.synapse.message.processor.impl Modifier and Type Class Description class
ScheduledMessageProcessor
Implements the common message processor infrastructure which is used by the bothForwarding
andSampling
message Processors. -
Uses of AbstractMessageProcessor in org.apache.synapse.message.processor.impl.failover
Subclasses of AbstractMessageProcessor in org.apache.synapse.message.processor.impl.failover Modifier and Type Class Description class
FailoverScheduledMessageForwardingProcessor
Redelivery processor will Time to time Redeliver the Messages to a given message store. -
Uses of AbstractMessageProcessor in org.apache.synapse.message.processor.impl.forwarder
Subclasses of AbstractMessageProcessor in org.apache.synapse.message.processor.impl.forwarder Modifier and Type Class Description class
ScheduledMessageForwardingProcessor
Redelivery processor is the Message processor which implements the Dead letter channel EIP It will Time to time Redeliver the Messages to a given target. -
Uses of AbstractMessageProcessor in org.apache.synapse.message.processor.impl.sampler
Subclasses of AbstractMessageProcessor in org.apache.synapse.message.processor.impl.sampler Modifier and Type Class Description class
SamplingProcessor
Implements the functionality of the Sampling message processor which injects a message to a given sequence.
-