ConnectionFactory.netty() with a channel customizer instead.@FunctionalInterface @Deprecated public interface SocketChannelConfigurator
| Modifier and Type | Method and Description |
|---|---|
default SocketChannelConfigurator |
andThen(SocketChannelConfigurator after)
Deprecated.
Returns a composed configurator that performs, in sequence, this
operation followed by the
after operation. |
void |
configure(SocketChannel socketChannel)
Deprecated.
Provides a hook to insert custom configuration of the
SocketChannels
used to connect to an AMQP server before they connect. |
void configure(SocketChannel socketChannel) throws IOException
SocketChannels
used to connect to an AMQP server before they connect.IOExceptiondefault SocketChannelConfigurator andThen(SocketChannelConfigurator after)
after operation.after - the operation to perform after this operationafter operationNullPointerException - if after is nullCopyright © 2025 Broadcom Inc. and its subsidiaries.. All rights reserved.