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 classScheduledMessageProcessorImplements the common message processor infrastructure which is used by the bothForwardingandSamplingmessage 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 classFailoverScheduledMessageForwardingProcessorRedelivery 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 classScheduledMessageForwardingProcessorRedelivery 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 classSamplingProcessorImplements the functionality of the Sampling message processor which injects a message to a given sequence.
-