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 InboundChannelModelprotected InboundEventprotected 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:
getHeadersin interfaceFlowableEventInfo<T>
-
getPayload
- Specified by:
getPayloadin interfaceFlowableEventInfo<T>
-
getRawEvent
- Specified by:
getRawEventin interfaceFlowableEventInfo<T>
-
getInboundChannel
- Specified by:
getInboundChannelin interfaceFlowableEventInfo<T>
-