Java org.springframework.transaction.reactive TransactionSynchronizationUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction.reactive TransactionSynchronizationUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.transaction.reactive TransactionSynchronizationUtils.

The text is from its open source code.

Method

MonoinvokeAfterCommit(Collection synchronizations)
Actually invoke the afterCommit methods of the given Spring TransactionSynchronization objects.
MonoinvokeAfterCompletion(Collection synchronizations, int completionStatus)
Actually invoke the afterCompletion methods of the given Spring TransactionSynchronization objects.
MonotriggerBeforeCommit(Collection synchronizations, boolean readOnly)
Actually invoke the triggerBeforeCommit methods of the given Spring TransactionSynchronization objects.
MonotriggerBeforeCompletion(Collection synchronizations)
Actually invoke the beforeCompletion methods of the given Spring TransactionSynchronization objects.
ObjectunwrapResourceIfNecessary(Object resource)
Unwrap the given resource handle if necessary; otherwise return the given handle as-is.