Uses of Interface
com.rabbitmq.stream.EnvironmentBuilder.NettyConfiguration
Packages that use EnvironmentBuilder.NettyConfiguration
Package
Description
Main API for RabbitMQ Stream Java Client.
Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client.
-
Uses of EnvironmentBuilder.NettyConfiguration in com.rabbitmq.stream
Methods in com.rabbitmq.stream that return EnvironmentBuilder.NettyConfigurationModifier and TypeMethodDescriptionEnvironmentBuilder.NettyConfiguration.bootstrapCustomizer(Consumer<Bootstrap> bootstrapCustomizer) An extension point to customize Netty'sBootstraps used to configure connections.EnvironmentBuilder.NettyConfiguration.byteBufAllocator(ByteBufAllocator byteBufAllocator) Netty'sByteBufallocator.EnvironmentBuilder.NettyConfiguration.channelCustomizer(Consumer<Channel> channelCustomizer) An extension point to customize Netty'sChannels used for connections.EnvironmentBuilder.NettyConfiguration.eventLoopGroup(EventLoopGroup eventLoopGroup) TheEventLoopGroupinstance to use.EnvironmentBuilder.netty()Helper to configure netty. -
Uses of EnvironmentBuilder.NettyConfiguration in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl that return EnvironmentBuilder.NettyConfiguration