Class RabbitInboundEvent
- java.lang.Object
-
- org.flowable.eventregistry.spring.rabbit.RabbitInboundEvent
-
- All Implemented Interfaces:
org.flowable.eventregistry.api.InboundEvent
public class RabbitInboundEvent extends Object implements org.flowable.eventregistry.api.InboundEvent
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>headersprotected org.springframework.amqp.core.Messagemessageprotected Collection<String>stringContentTypes
-
Constructor Summary
Constructors Constructor Description RabbitInboundEvent(org.springframework.amqp.core.Message message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetBody()Map<String,Object>getHeaders()ObjectgetRawEvent()Collection<String>getStringContentTypes()protected Map<String,Object>retrieveHeaders()voidsetStringContentTypes(Collection<String> stringContentTypes)
-
-
-
Field Detail
-
message
protected final org.springframework.amqp.core.Message message
-
stringContentTypes
protected Collection<String> stringContentTypes
-
-
Method Detail
-
getRawEvent
public Object getRawEvent()
- Specified by:
getRawEventin interfaceorg.flowable.eventregistry.api.InboundEvent
-
getBody
public Object getBody()
- Specified by:
getBodyin interfaceorg.flowable.eventregistry.api.InboundEvent
-
getHeaders
public Map<String,Object> getHeaders()
- Specified by:
getHeadersin interfaceorg.flowable.eventregistry.api.InboundEvent
-
getStringContentTypes
public Collection<String> getStringContentTypes()
-
setStringContentTypes
public void setStringContentTypes(Collection<String> stringContentTypes)
-
-