public abstract static class ConnectionPostProcessors.AbstractConnectionPostProcessor extends Object implements ConnectionPostProcessor
| Constructor and Description |
|---|
AbstractConnectionPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPostProcessors.AbstractConnectionPostProcessor |
andThen(ConnectionPostProcessor after)
Returns a composed processor that performs, in sequence, this
operation followed by the
after operation. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostProcesspublic ConnectionPostProcessors.AbstractConnectionPostProcessor andThen(ConnectionPostProcessor after)
after operation.after - the operation to perform after this operationafter operationNullPointerException - if after is nullCopyright © 2018 Pivotal Software, Inc.. All rights reserved.