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 Details

    • message

      protected final org.springframework.amqp.core.Message message
    • stringContentTypes

      protected Collection<String> stringContentTypes
    • headers

      protected Map<String,Object> headers
  • Constructor Details

    • RabbitInboundEvent

      public RabbitInboundEvent(org.springframework.amqp.core.Message message)
  • Method Details

    • getRawEvent

      public Object getRawEvent()
      Specified by:
      getRawEvent in interface org.flowable.eventregistry.api.InboundEvent
    • getBody

      public Object getBody()
      Specified by:
      getBody in interface org.flowable.eventregistry.api.InboundEvent
    • getHeaders

      public Map<String,Object> getHeaders()
      Specified by:
      getHeaders in interface org.flowable.eventregistry.api.InboundEvent
    • retrieveHeaders

      protected Map<String,Object> retrieveHeaders()
    • getStringContentTypes

      public Collection<String> getStringContentTypes()
    • setStringContentTypes

      public void setStringContentTypes(Collection<String> stringContentTypes)