Interface ChannelEventListener<T>
-
- All Known Implementing Classes:
SimpleChannelEventListener
public interface ChannelEventListener<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexceptionInFilter(T message, Exception e)voidmessageBlocked(T message)voidmessageForgotten(T message)
-