Package org.jbpm.process.core.event
Interface EventFilter
-
- All Known Implementing Classes:
BroadcastEventTypeFilter,EventTypeFilter,NonAcceptingEventTypeFilter
public interface EventFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanacceptsEvent(String type, Object event)booleanacceptsEvent(String type, Object event, Function<String,Object> resolver)default booleanisCorrelated()
-