Package de.otto.synapse.endpoint
-
Interface Summary Interface Description MessageEndpoint Endpoint that is used by an application to access the messaging infrastructure to send or receive messages.MessageInterceptor Message interceptors are used to intercept messages before they are sent or received bymessage endpoints. -
Class Summary Class Description AbstractMessageEndpoint Endpoint that is used by an application to access the messaging infrastructure to send or receive messages.DefaultReceiverHeadersInterceptor Amessage interceptorthat is able to add some commonly required header attributes in Synapse services.DefaultSenderHeadersInterceptor Amessage interceptorthat is able to add some commonly required header attributes in Synapse services.InterceptorChain Implementation of the Composite pattern formessage interceptorsthat can be used to build chains of interceptors.MessageFilter AMessageInterceptorthat is used to filter messages using some predicate.MessageInterceptorRegistration Information about the channels that should be intercepted by aMessageInterceptor.MessageInterceptorRegistry MethodInvokingMessageInterceptor AMessageConsumerthat is calling a method of a class instance for every acceptedMessage -
Enum Summary Enum Description DefaultSenderHeadersInterceptor.Capability Capabilities of the DefaultSenderHeadersInterceptor.EndpointType Enumeration to distinguish sender and receiverendpoints