Interface ConnectionWrapper

All Known Implementing Classes:
RabbitMqConnection

public interface ConnectionWrapper
Interface that wraps connections and builders usually implemented by RabbitMqConnection.
  • Method Details

    • wrappedConnection

      com.rabbitmq.client.Connection wrappedConnection()
      Returns:
      the wrapped connection.
    • connectionFactoryBuilder

      ConnectionFactoryBuilder connectionFactoryBuilder()
      Returns:
      the wrapped connection factory builder.