Package de.otto.synapse.endpoint
Class MessageInterceptorRegistry
java.lang.Object
de.otto.synapse.endpoint.MessageInterceptorRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInterceptorChain(String channelName, EndpointType endpointType) com.google.common.collect.ImmutableList<MessageInterceptorRegistration>getRegistrations(String channelName, EndpointType endpointType) voidregister(MessageInterceptorRegistration registration)
-
Constructor Details
-
MessageInterceptorRegistry
public MessageInterceptorRegistry()
-
-
Method Details
-
register
-
getInterceptorChain
-
getRegistrations
@Nonnull public com.google.common.collect.ImmutableList<MessageInterceptorRegistration> getRegistrations(String channelName, EndpointType endpointType)
-