@PublicApi
public interface ConnectionCallback<A>
TransactionalExecutor.execute(ConnectionCallback)| Modifier and Type | Method and Description |
|---|---|
A |
execute(Connection connection)
Execute a method that uses the
connection passed. |
A execute(Connection connection)
connection passed.
See TransactionalExecutor for allowed actions.
connection - guaranteed to be providedVoidCopyright © 2018 Atlassian. All rights reserved.