public class SignalThrowingEventListener extends BaseDelegateEventListener
FlowableEventListener that throws a signal event when an event is dispatched to it.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
processInstanceScope |
protected String |
signalName |
entityClassonTransaction| Constructor and Description |
|---|
SignalThrowingEventListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFailOnException() |
void |
onEvent(FlowableEvent event)
Called when an event has been fired
|
void |
setProcessInstanceScope(boolean processInstanceScope) |
void |
setSignalName(String signalName) |
getEntityClass, isValidEvent, setEntityClassgetOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransactionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypesprotected String signalName
protected boolean processInstanceScope
public void onEvent(FlowableEvent event)
FlowableEventListenerevent - the eventpublic void setSignalName(String signalName)
public void setProcessInstanceScope(boolean processInstanceScope)
public boolean isFailOnException()
Copyright © 2023 Flowable. All rights reserved.