Modifier and Type | Interface and Description |
---|---|
interface |
Startup
This startup interface will be instantiated to create startup tasks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Endpoint
Endpoint defines the behavior common to all Synapse endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpoint
An abstract base class for all Endpoint implementations
|
class |
AddressEndpoint
This class represents an actual endpoint to send the message.
|
class |
ClassEndpoint
Class which defines custom user defined endpoints.
|
class |
DefaultEndpoint
This class represents an endpoint with the EPR as the 'To' header of the message.
|
class |
DynamicLoadbalanceEndpoint
Represents a dynamic load balance endpoint.
|
class |
FailoverEndpoint
FailoverEndpoint can have multiple child endpoints.
|
class |
HTTPEndpoint |
class |
IndirectEndpoint
This class represents a real endpoint referred by a key.
|
class |
LoadbalanceEndpoint
A Load balance endpoint contains multiple child endpoints.
|
class |
RecipientListEndpoint |
class |
ResolvingEndpoint |
class |
SALoadbalanceEndpoint
SALoadbalanceEndpoint supports session affinity based load balancing.
|
class |
ServiceDynamicLoadbalanceEndpoint
Represents a dynamic load balance endpoint.
|
class |
TemplateEndpoint |
class |
WSDLEndpoint
WSDLEndpoint represents the endpoints built using a WSDL document.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceMediator
The Sequence mediator either refers to a named Sequence mediator instance
or is a *Named* list/sequence of other (child) Mediators
If this instance defines a sequence mediator, then the name is required, and
an errorHandler sequence name optional.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessageProcessor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageProcessor
Class
AbstractMessageProcessor is handles Message processing of the messages
in Message Store. |
class |
ScheduledMessageProcessor
Implements the common message processor infrastructure which is used by the
both
Forwarding and Sampling message Processors. |
Modifier and Type | Class and Description |
---|---|
class |
FailoverScheduledMessageForwardingProcessor
Redelivery processor will Time to time Redeliver the Messages to a given message store.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
SamplingProcessor
Implements the functionality of the Sampling message processor which injects
a message to a given sequence.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessageStore |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageStore |
Modifier and Type | Class and Description |
---|---|
class |
JDBCMessageStore
JDBC Store class
|
Modifier and Type | Class and Description |
---|---|
class |
JmsStore |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryStore |
Modifier and Type | Class and Description |
---|---|
class |
RabbitMQStore
The message store and message processor implementation for the RabbitMQ
|
Modifier and Type | Class and Description |
---|---|
class |
ResequenceMessageStore
This represents the store which will allow to re-sequence messages.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStartup |
Modifier and Type | Class and Description |
---|---|
class |
StartUpController |
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.