Example usage for org.springframework.transaction ReactiveTransactionManager interface-usage

List of usage examples for org.springframework.transaction ReactiveTransactionManager interface-usage

Introduction

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

Usage

From source file org.springframework.transaction.reactive.AbstractReactiveTransactionManager.java

/**
 * Abstract base class that implements Spring's standard reactive transaction workflow,
 * serving as basis for concrete platform transaction managers.
 *
 * <p>This base class provides the following workflow handling:
 * <ul>