Class RabbitInboundEvent

  • All Implemented Interfaces:
    org.flowable.eventregistry.api.InboundEvent

    public class RabbitInboundEvent
    extends Object
    implements org.flowable.eventregistry.api.InboundEvent
    Author:
    Filip Hrisafov
    • Field Detail

      • message

        protected final org.springframework.amqp.core.Message message
    • Constructor Detail

      • RabbitInboundEvent

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

      • 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
      • setStringContentTypes

        public void setStringContentTypes​(Collection<String> stringContentTypes)