Example usage for org.springframework.transaction.reactive TransactionalOperator interface-usage

List of usage examples for org.springframework.transaction.reactive TransactionalOperator interface-usage

Introduction

In this page you can find the example usage for org.springframework.transaction.reactive TransactionalOperator interface-usage.

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