Interface QueueContractor

All Known Implementing Classes:
ClassicQueueContractor, QuorumQueueContractor

public interface QueueContractor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    declare(com.rabbitmq.client.Channel channel, String queueName, boolean autoDelete)
     
  • Method Details

    • declare

      void declare(com.rabbitmq.client.Channel channel, String queueName, boolean autoDelete) throws IOException
      Throws:
      IOException