Class DefaultRabbitMQConsumer

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultRabbitMQConsumer​(io.gridgo.connector.support.config.ConnectorContext context, com.rabbitmq.client.Connection connection, RabbitMQQueueConfig queueConfig, java.lang.String uniqueIdentifier)  
    • Method Summary

      • Methods inherited from class io.gridgo.connector.impl.AbstractConsumer

        clearSubscribers, createMessage, createMessage, createMessage, ensurePayloadId, ensurePayloadId, getContext, getSubscribers, parseMessage, parseMessage, parseMessage, parseMessage, publish, subscribe
      • Methods inherited from class io.gridgo.framework.AbstractComponentLifecycle

        getName, isStarted, start, stop, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface io.gridgo.framework.ComponentLifecycle

        getName, start, stop
      • Methods inherited from interface io.gridgo.connector.Consumer

        clearSubscribers, subscribe, subscribe
      • Methods inherited from interface io.gridgo.utils.helper.Loggable

        getLogger, getLogger
    • Constructor Detail

      • DefaultRabbitMQConsumer

        public DefaultRabbitMQConsumer​(io.gridgo.connector.support.config.ConnectorContext context,
                                       com.rabbitmq.client.Connection connection,
                                       RabbitMQQueueConfig queueConfig,
                                       java.lang.String uniqueIdentifier)