public abstract class AbstractRecordFlowableEventListener extends AbstractFlowableEventListener
| Modifier and Type | Field and Description |
|---|---|
protected List<Function<FlowableEvent,SimulationEvent>> |
transformers |
onTransaction| Constructor and Description |
|---|
AbstractRecordFlowableEventListener(List<Function<FlowableEvent,SimulationEvent>> transformers) |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<SimulationEvent> |
getSimulationEvents() |
boolean |
isFailOnException() |
void |
onEvent(FlowableEvent event)
Called when an event has been fired
|
protected abstract void |
store(Collection<SimulationEvent> simulationEvents) |
protected Collection<SimulationEvent> |
transform(FlowableEvent event) |
getOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransactionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypesprotected List<Function<FlowableEvent,SimulationEvent>> transformers
public AbstractRecordFlowableEventListener(List<Function<FlowableEvent,SimulationEvent>> transformers)
public abstract Collection<SimulationEvent> getSimulationEvents()
public void onEvent(FlowableEvent event)
FlowableEventListenerevent - the eventprotected abstract void store(Collection<SimulationEvent> simulationEvents)
protected Collection<SimulationEvent> transform(FlowableEvent event)
public boolean isFailOnException()
Copyright © 2023 Flowable. All rights reserved.