Package com.rabbitmq.client
Class SocketChannelConfigurators.AbstractSocketChannelConfigurator
- java.lang.Object
-
- com.rabbitmq.client.SocketChannelConfigurators.AbstractSocketChannelConfigurator
-
- All Implemented Interfaces:
SocketChannelConfigurator
- Enclosing class:
- SocketChannelConfigurators
public abstract static class SocketChannelConfigurators.AbstractSocketChannelConfigurator extends Object implements SocketChannelConfigurator
-
-
Constructor Summary
Constructors Constructor Description AbstractSocketChannelConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SocketChannelConfigurators.AbstractSocketChannelConfigurator
andThen(SocketChannelConfigurator after)
Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.rabbitmq.client.SocketChannelConfigurator
configure
-
-
-
-
Method Detail
-
andThen
public SocketChannelConfigurators.AbstractSocketChannelConfigurator andThen(SocketChannelConfigurator after)
Returns a composed configurator that performs, in sequence, this operation followed by theafter
operation.- Parameters:
after
- the operation to perform after this operation- Returns:
- a composed configurator that performs in sequence this
operation followed by the
after
operation - Throws:
NullPointerException
- ifafter
is null
-
-