Package interlok.rabbitmq
Interface ConnectionWrapper
- All Known Implementing Classes:
RabbitMqConnection
public interface ConnectionWrapper
Interface that wraps connections and builders usually implemented by
RabbitMqConnection.-
Method Summary
Modifier and TypeMethodDescriptioncom.rabbitmq.client.Connection
-
Method Details
-
wrappedConnection
com.rabbitmq.client.Connection wrappedConnection()- Returns:
- the wrapped connection.
-
connectionFactoryBuilder
ConnectionFactoryBuilder connectionFactoryBuilder()- Returns:
- the wrapped connection factory builder.
-