Package org.flowable.eventregistry.impl
Class DefaultInboundEvent
java.lang.Object
org.flowable.eventregistry.impl.DefaultInboundEvent
- All Implemented Interfaces:
InboundEvent
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultInboundEvent
(Object rawEvent) DefaultInboundEvent
(Object rawEvent, Map<String, Object> headers) -
Method Summary
-
Field Details
-
rawEvent
-
headers
-
-
Constructor Details
-
DefaultInboundEvent
-
DefaultInboundEvent
-
-
Method Details
-
getRawEvent
- Specified by:
getRawEvent
in interfaceInboundEvent
-
getBody
- Specified by:
getBody
in interfaceInboundEvent
-
getHeaders
- Specified by:
getHeaders
in interfaceInboundEvent
-
toString
-