| Class | Description |
|---|---|
| ConditionalExecutorServiceDecorator |
Transaction aware
ExecutorService decorator that does not scheduler tasks for async processing using the delagate
executor service if a transaction is active, instead a MoreExecutors.newDirectExecutorService() is used and the task is
run on the current thread. |
| Operators |
Reusable operators to be use with project reactor.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.