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