Package net.engio.mbassy.listener
Class Filters
- java.lang.Object
-
- net.engio.mbassy.listener.Filters
-
public class Filters extends java.lang.Object
A set of standard filters for common use cases.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Filters.RejectSubtypes
This filter will only accept messages of the exact same type as specified for the handler.static class
Filters.SubtypesOnly
This filter will only accept messages that are real subtypes of the specified message types handled by the message handler.
-
Constructor Summary
Constructors Constructor Description Filters()
-