Class RabbitChannelMessageListenerAdapter

  • All Implemented Interfaces:
    org.springframework.amqp.core.MessageListener

    public class RabbitChannelMessageListenerAdapter
    extends Object
    implements org.springframework.amqp.core.MessageListener
    Author:
    Filip Hrisafov
    • Field Detail

      • eventRegistry

        protected org.flowable.eventregistry.api.EventRegistry eventRegistry
      • inboundChannelModel

        protected org.flowable.eventregistry.model.InboundChannelModel inboundChannelModel
    • Constructor Detail

      • RabbitChannelMessageListenerAdapter

        public RabbitChannelMessageListenerAdapter​(org.flowable.eventregistry.api.EventRegistry eventRegistry,
                                                   org.flowable.eventregistry.model.InboundChannelModel inboundChannelModel)
    • Method Detail

      • onMessage

        public void onMessage​(org.springframework.amqp.core.Message message)
        Specified by:
        onMessage in interface org.springframework.amqp.core.MessageListener
      • getEventRegistry

        public org.flowable.eventregistry.api.EventRegistry getEventRegistry()
      • setEventRegistry

        public void setEventRegistry​(org.flowable.eventregistry.api.EventRegistry eventRegistry)
      • getInboundChannelModel

        public org.flowable.eventregistry.model.InboundChannelModel getInboundChannelModel()
      • setInboundChannelModel

        public void setInboundChannelModel​(org.flowable.eventregistry.model.InboundChannelModel inboundChannelModel)