Uses of Interface
org.opendaylight.genius.infra.ManagedTransactionChain
-
Packages that use ManagedTransactionChain Package Description org.opendaylight.genius.infra Incubator package for new infrastructure utility code which will be proposed into upstream projects once merged and proven to be useful here for a while. -
-
Uses of ManagedTransactionChain in org.opendaylight.genius.infra
Method parameters in org.opendaylight.genius.infra with type arguments of type ManagedTransactionChain Modifier and Type Method Description <R> R
ManagedNewTransactionRunner. applyWithNewTransactionChainAndClose(java.util.function.Function<ManagedTransactionChain,R> chainConsumer)
Invokes a function with a newManagedTransactionChain
, which is a wrapper around standard transaction chains providing managed semantics.<R> R
ManagedNewTransactionRunnerImpl. applyWithNewTransactionChainAndClose(java.util.function.Function<ManagedTransactionChain,R> chainConsumer)
-