- never(Runnable) - Method in interface org.everit.transaction.propagator.TransactionPropagator
-
Execute non-transactionally, throw an exception if a transaction exists.
- never(Supplier<R>) - Method in interface org.everit.transaction.propagator.TransactionPropagator
-
Execute non-transactionally, throw an exception if a transaction exists.
- notSupported(Runnable) - Method in interface org.everit.transaction.propagator.TransactionPropagator
-
Execute non-transactionally, suspend the current transaction if one exists.
- notSupported(Supplier<R>) - Method in interface org.everit.transaction.propagator.TransactionPropagator
-
Execute non-transactionally, suspend the current transaction if one exists.