JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes
Package io.micronaut.configuration.rabbitmq.connect
Classes handling the connection RabbitMQ.
See:
Description
Interface Summary
Interface
Description
ChannelPool
A pool of
Channel
s to allow for channels to be shared across threads but not at the same time.
Class Summary
Class
Description
AddressTypeConverter
Converts a CharSequence to an
Address
.
ChannelInitializer
A base class to extend from to do initialization work with a channel before any consumers or producers are created.
ClusterRabbitConnectionFactoryConfig
Allows configuration of multiple RabbitMQ connections.
ClusterRabbitConnectionFactoryConfig.DefaultChannelPoolConfiguration
ClusterRabbitConnectionFactoryConfig.DefaultRpcConfiguration
DefaultChannelPool
Default implementation of
ChannelPool
.
RabbitConnectionFactory
A factory for creating a connection to RabbitMQ.
RabbitConnectionFactoryConfig
Base class for RabbitMQ to be configured.
RabbitConnectionFactoryConfig.ChannelPoolConfiguration
Configuration for the channel pool.
RabbitConnectionFactoryConfig.RpcConfiguration
Configuration for RPC.
SingleRabbitConnectionFactoryConfig
The default RabbitMQ configuration class.
SingleRabbitConnectionFactoryConfig.DefaultChannelPoolConfiguration
SingleRabbitConnectionFactoryConfig.DefaultRpcConfiguration
Package io.micronaut.configuration.rabbitmq.connect Description
Classes handling the connection RabbitMQ.
Since:
1.1.0
Author:
James Kleeh
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes