JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.flowable.eventregistry.api
Interface InboundEvent
public interface
InboundEvent
Author:
Filip Hrisafov
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
getBody
()
Map
<
String
,
Object
>
getHeaders
()
Object
getRawEvent
()
Method Details
getRawEvent
Object
getRawEvent
()
getBody
Object
getBody
()
getHeaders
Map
<
String
,
Object
>
getHeaders
()