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 boolean
acceptsEvent(String type, Object event)
boolean
acceptsEvent(String type, Object event, Function<String,Object> resolver)
default boolean
isCorrelated()
-