Interface TransactionRunner.TransactionCallable<T> (2.16.1)

public static interface TransactionRunner.TransactionCallable<T>

Type Parameter

NameDescription
T

Methods

run(TransactionContext arg0)

public abstract T run(TransactionContext arg0)
Parameter
NameDescription
arg0TransactionContext
Returns
TypeDescription
T
Exceptions
TypeDescription
Exception