Package com.rabbitmq.client
Class SocketConfigurators.AbstractSocketConfigurator
- java.lang.Object
-
- com.rabbitmq.client.SocketConfigurators.AbstractSocketConfigurator
-
- All Implemented Interfaces:
SocketConfigurator
- Enclosing class:
- SocketConfigurators
public abstract static class SocketConfigurators.AbstractSocketConfigurator extends Object implements SocketConfigurator
-
-
Constructor Summary
Constructors Constructor Description AbstractSocketConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SocketConfigurators.AbstractSocketConfigurator
andThen(SocketConfigurator 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.SocketConfigurator
configure
-
-
-
-
Method Detail
-
andThen
public SocketConfigurators.AbstractSocketConfigurator andThen(SocketConfigurator 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
-
-