public class FlowableEventInfoImpl<T> extends Object implements FlowableEventInfo<T>
| Modifier and Type | Field and Description |
|---|---|
protected InboundChannelModel |
inboundChannel |
protected InboundEvent |
inboundEvent |
protected T |
payload |
| Constructor and Description |
|---|
FlowableEventInfoImpl(InboundEvent inboundEvent,
T payload,
InboundChannelModel inboundChannel) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getHeaders() |
InboundChannelModel |
getInboundChannel() |
T |
getPayload() |
Object |
getRawEvent() |
protected InboundEvent inboundEvent
protected T payload
protected InboundChannelModel inboundChannel
public FlowableEventInfoImpl(InboundEvent inboundEvent, T payload, InboundChannelModel inboundChannel)
public Map<String,Object> getHeaders()
getHeaders in interface FlowableEventInfo<T>public T getPayload()
getPayload in interface FlowableEventInfo<T>public Object getRawEvent()
getRawEvent in interface FlowableEventInfo<T>public InboundChannelModel getInboundChannel()
getInboundChannel in interface FlowableEventInfo<T>Copyright © 2022 Flowable. All rights reserved.