Package org.flowable.eventregistry.impl
Class FlowableEventInfoImpl<T>
java.lang.Object
org.flowable.eventregistry.impl.FlowableEventInfoImpl<T>
- All Implemented Interfaces:
FlowableEventInfo<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InboundChannelModel
protected InboundEvent
protected T
-
Constructor Summary
ConstructorsConstructorDescriptionFlowableEventInfoImpl
(InboundEvent inboundEvent, T payload, InboundChannelModel inboundChannel) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
inboundEvent
-
payload
-
inboundChannel
-
-
Constructor Details
-
FlowableEventInfoImpl
public FlowableEventInfoImpl(InboundEvent inboundEvent, T payload, InboundChannelModel inboundChannel)
-
-
Method Details
-
getHeaders
- Specified by:
getHeaders
in interfaceFlowableEventInfo<T>
-
getPayload
- Specified by:
getPayload
in interfaceFlowableEventInfo<T>
-
getRawEvent
- Specified by:
getRawEvent
in interfaceFlowableEventInfo<T>
-
getInboundChannel
- Specified by:
getInboundChannel
in interfaceFlowableEventInfo<T>
-