public class CdiCommandInvoker extends CommandInvoker
CommandInvoker for use with CDI.
The Flowable-CDI integration builds upon the availability of the current execution in a thread local 'execution context'. As this has a (very minimal) impact on performance, this thread local is
not set by the default CommandInvoker and thus this customized version is needed.agendaOperationRunnernext| Constructor and Description |
|---|
CdiCommandInvoker(AgendaOperationRunner agendaOperationRunner) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeOperation(CommandContext commandContext,
Runnable runnable) |
execute, executeOperations, getAgendaOperationRunner, getNext, setAgendaOperationRunner, setNextpublic CdiCommandInvoker(AgendaOperationRunner agendaOperationRunner)
public void executeOperation(CommandContext commandContext, Runnable runnable)
executeOperation in class CommandInvokerCopyright © 2023 Flowable. All rights reserved.