Interface RabbitMQProducer

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.String initResponseQueue​(com.rabbitmq.client.DeliverCallback callback)  
      default void publish​(byte[] body, com.rabbitmq.client.AMQP.BasicProperties props, java.lang.String routingKey)  
      • Methods inherited from interface io.gridgo.framework.ComponentLifecycle

        getName, start, stop
      • Methods inherited from interface io.gridgo.utils.helper.Loggable

        getLogger, getLogger
      • Methods inherited from interface io.gridgo.connector.Producer

        call, send, sendWithAck
      • Methods inherited from interface io.gridgo.connector.support.ProducerCapability

        isCallSupported, isSendSupported, isSendWithAckSupported
    • Method Detail

      • initResponseQueue

        default java.lang.String initResponseQueue​(com.rabbitmq.client.DeliverCallback callback)
      • publish

        default void publish​(byte[] body,
                             com.rabbitmq.client.AMQP.BasicProperties props,
                             java.lang.String routingKey)