Package interlok.rabbitmq
Interface ConnectionWrapper
-
- All Known Implementing Classes:
RabbitMqConnection
public interface ConnectionWrapperInterface that wraps connections and builders usually implemented byRabbitMqConnection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionFactoryBuilderconnectionFactoryBuilder()com.rabbitmq.client.ConnectionwrappedConnection()
-
-
-
Method Detail
-
wrappedConnection
com.rabbitmq.client.Connection wrappedConnection()
- Returns:
- the wrapped connection.
-
connectionFactoryBuilder
ConnectionFactoryBuilder connectionFactoryBuilder()
- Returns:
- the wrapped connection factory builder.
-
-