@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 providedVoid
Copyright © 2015 Atlassian. All rights reserved.