public interface FlowableEventListener
FlowableEvents dispatched by the engine.| Modifier and Type | Method and Description |
|---|---|
String |
getOnTransaction() |
default Collection<? extends FlowableEventType> |
getTypes()
The event types that this event listener needs to be registered for
|
boolean |
isFailOnException() |
boolean |
isFireOnTransactionLifecycleEvent() |
void |
onEvent(FlowableEvent event)
Called when an event has been fired
|
void onEvent(FlowableEvent event)
event - the eventboolean isFailOnException()
boolean isFireOnTransactionLifecycleEvent()
String getOnTransaction()
default Collection<? extends FlowableEventType> getTypes()
Copyright © 2022 Flowable. All rights reserved.