List of usage examples for org.springframework.transaction.reactive TransactionalOperator interface-usage
From source file org.springframework.transaction.reactive.TransactionalOperatorImpl.java
/**
* Operator class that simplifies programmatic transaction demarcation and
* transaction exception handling.
*
* @author Mark Paluch
* @author Juergen Hoeller