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.AbstractSocketConfiguratorandThen(SocketConfigurator after)Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation.-
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 theafteroperation.- Parameters:
after- the operation to perform after this operation- Returns:
- a composed configurator that performs in sequence this
operation followed by the
afteroperation - Throws:
NullPointerException- ifafteris null
-
-