Package io.dialob.executor.command
Interface EventMatcher
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
EventMatchers.TargetIdEventMatcher
- All Known Implementing Classes:
ImmutableEventMatchers.TargetIdEventMatcher
public interface EventMatcher extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(Event event)
-
-
-
Method Detail
-
matches
boolean matches(Event event)
-
-