public class MessageInterceptorRegistry
extends java.lang.Object
| Constructor and Description |
|---|
MessageInterceptorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
InterceptorChain |
getInterceptorChain(java.lang.String channelName,
EndpointType endpointType) |
com.google.common.collect.ImmutableList<MessageInterceptorRegistration> |
getRegistrations(java.lang.String channelName,
EndpointType endpointType) |
void |
register(MessageInterceptorRegistration registration) |
public void register(@Nonnull
MessageInterceptorRegistration registration)
@Nonnull public InterceptorChain getInterceptorChain(java.lang.String channelName, EndpointType endpointType)
@Nonnull public com.google.common.collect.ImmutableList<MessageInterceptorRegistration> getRegistrations(java.lang.String channelName, EndpointType endpointType)