Interface Transaction.Operation

Enclosing interface:
Transaction

public static interface Transaction.Operation
Operations that a transaction supports should implement this interface. It does not define any methods because the interface to use is a contract between the specific transaction and operation type used.