T - The resource typeR - The result type@FunctionalInterface
public interface TransactionCallback<T,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(TransactionStatus<T> status)
Applies the given function to the given connection.
|
@Nullable R apply(@NonNull TransactionStatus<T> status)
status - The status