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
FieldsModifier and TypeFieldDescriptionprotected final org.springframework.amqp.core.Messageprotected Collection<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()voidsetStringContentTypes(Collection<String> stringContentTypes)
-
Field Details
-
message
protected final org.springframework.amqp.core.Message message -
stringContentTypes
-
headers
-
-
Constructor Details
-
RabbitInboundEvent
public RabbitInboundEvent(org.springframework.amqp.core.Message message)
-
-
Method Details
-
getRawEvent
- Specified by:
getRawEventin interfaceorg.flowable.eventregistry.api.InboundEvent
-
getBody
- Specified by:
getBodyin interfaceorg.flowable.eventregistry.api.InboundEvent
-
getHeaders
- Specified by:
getHeadersin interfaceorg.flowable.eventregistry.api.InboundEvent
-
retrieveHeaders
-
getStringContentTypes
-
setStringContentTypes
-