public class RabbitInboundEvent extends Object implements org.flowable.eventregistry.api.InboundEvent
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
headers |
protected org.springframework.amqp.core.Message |
message |
protected Collection<String> |
stringContentTypes |
| Constructor and Description |
|---|
RabbitInboundEvent(org.springframework.amqp.core.Message message) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBody() |
Map<String,Object> |
getHeaders() |
Object |
getRawEvent() |
Collection<String> |
getStringContentTypes() |
protected Map<String,Object> |
retrieveHeaders() |
void |
setStringContentTypes(Collection<String> stringContentTypes) |
protected final org.springframework.amqp.core.Message message
protected Collection<String> stringContentTypes
public RabbitInboundEvent(org.springframework.amqp.core.Message message)
public Object getRawEvent()
getRawEvent in interface org.flowable.eventregistry.api.InboundEventpublic Object getBody()
getBody in interface org.flowable.eventregistry.api.InboundEventpublic Map<String,Object> getHeaders()
getHeaders in interface org.flowable.eventregistry.api.InboundEventpublic Collection<String> getStringContentTypes()
public void setStringContentTypes(Collection<String> stringContentTypes)
Copyright © 2022 Flowable. All rights reserved.