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 FlowableInstanceSynchronizedEvent
public String getInstanceScopeType()
getInstanceScopeType
in interface FlowableInstanceSynchronizedEvent
public FlowableEventType getType()
getType
in interface FlowableEvent