Interface ChannelInterceptor.InterceptorEvent
- All Known Implementing Classes:
NonBlockingCoordinator.CoordinationEvent
- Enclosing interface:
ChannelInterceptor
public static interface ChannelInterceptor.InterceptorEvent
Event fired by an interceptor.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the event type.Returns the event type description.Returns the interceptor that fired the event.
-
Method Details
-
getEventType
int getEventType()Returns the event type.- Returns:
- the event type
-
getEventTypeDesc
-
getInterceptor
ChannelInterceptor getInterceptor()Returns the interceptor that fired the event.- Returns:
- the interceptor
-