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) |
void |
setProcessInstanceScope(boolean processInstanceScope) |
void |
setSignalName(String signalName) |
getEntityClass, isValidEvent, setEntityClassgetOnTransaction, isFireOnTransactionLifecycleEvent, setOnTransactionprotected String signalName
protected boolean processInstanceScope
public void onEvent(FlowableEvent event)
public void setSignalName(String signalName)
public void setProcessInstanceScope(boolean processInstanceScope)
public boolean isFailOnException()
Copyright © 2019 Flowable. All rights reserved.