- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
check
If the event class should be accepted for the bus, does nothing. If it should not be accepted, throws anIllegalArgumentException.- Throws:
IllegalArgumentException- If the event class is not valid.
-