Interface FilterActions<T>
-
- Type Parameters:
T- the type of messages of theChannel
public interface FilterActions<T>Each filter can decide if the message continues its propagation withpassor if the delivery of the message stops withblock.- See Also:
- EventMaid Documentation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidblock(T message)voidpass(T message)
-