- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
An 
FunctionalInterface that wraps transactional code for
 reactive usage.- Author:
 - Lukas Eder
 
- 
Method Summary
Modifier and TypeMethodDescription@NotNull org.reactivestreams.Publisher<T> run(Configuration configuration) Run the transactional code. 
- 
Method Details
- 
run
Run the transactional code.- Parameters:
 configuration- TheConfigurationin whose context the transaction is run.- Returns:
 - The outcome of the transaction.
 
 
 -