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

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

Introduction

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

The text is from its open source code.

Field

intSTATUS_COMMITTED
Completion status in case of proper commit.
intSTATUS_ROLLED_BACK
Completion status in case of proper rollback.
intSTATUS_UNKNOWN
Completion status in case of heuristic mixed completion or system errors.