Interface TransactionRunner.TransactionCallable<T> (2.17.0)

public static interface TransactionRunner.TransactionCallable<T>

Type Parameter

Name Description
T

Methods

run(TransactionContext arg0)

public abstract T run(TransactionContext arg0)
Parameter
Name Description
arg0 TransactionContext
Returns
Type Description
T
Exceptions
Type Description
Exception