Uses of Class
com.rabbitmq.client.ConnectionFactory.NettyConfiguration
Packages that use ConnectionFactory.NettyConfiguration
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
-
Uses of ConnectionFactory.NettyConfiguration in com.rabbitmq.client
Methods in com.rabbitmq.client that return ConnectionFactory.NettyConfigurationModifier and TypeMethodDescriptionConnectionFactory.NettyConfiguration.bootstrapCustomizer(Consumer<io.netty.bootstrap.Bootstrap> bootstrapCustomizer) An extension point to customize Netty'sBootstraps used to configure connections.ConnectionFactory.NettyConfiguration.channelCustomizer(Consumer<io.netty.channel.Channel> channelCustomizer) An extension point to customize Netty'sChannels used for connections.ConnectionFactory.NettyConfiguration.enqueuingTimeout(Duration enqueuingTimeout) Set the timeout to enqueue outbound frames.ConnectionFactory.NettyConfiguration.eventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup) Set theEventLoopGroupshared by all the connections created with this connection factory.ConnectionFactory.netty()Activate and configure Netty for the IO layer.ConnectionFactory.NettyConfiguration.sslContext(io.netty.handler.ssl.SslContext sslContext) NettySslContextfor TLS connections.ConnectionFactory.NettyConfiguration.sslContextFactory(Function<String, io.netty.handler.ssl.SslContext> sslContextFactory) A factory to createSslContextdepending on the connection name.