public abstract class AbstractFlowableEventListener extends Object implements FlowableEventListener
| Modifier and Type | Field and Description |
|---|---|
protected String |
onTransaction |
| Constructor and Description |
|---|
AbstractFlowableEventListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOnTransaction() |
boolean |
isFireOnTransactionLifecycleEvent() |
void |
setOnTransaction(String onTransaction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFailOnException, onEventprotected String onTransaction
public boolean isFireOnTransactionLifecycleEvent()
isFireOnTransactionLifecycleEvent in interface FlowableEventListenerpublic String getOnTransaction()
getOnTransaction in interface FlowableEventListenerpublic void setOnTransaction(String onTransaction)
Copyright © 2019 Flowable. All rights reserved.