public class FlowableInstanceSynchronizedEventImpl extends Object implements FlowableInstanceSynchronizedEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
instanceId |
protected String |
instanceScopeType |
| Constructor and Description |
|---|
FlowableInstanceSynchronizedEventImpl(String instanceId,
String instanceScopeType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId() |
String |
getInstanceScopeType() |
FlowableEventType |
getType() |
protected final String instanceId
protected final String instanceScopeType
public String getInstanceId()
getInstanceId in interface FlowableInstanceSynchronizedEventpublic String getInstanceScopeType()
getInstanceScopeType in interface FlowableInstanceSynchronizedEventpublic FlowableEventType getType()
getType in interface FlowableEvent