| Package | Description |
|---|---|
| io.nflow.engine.listener |
Classes and interfaces for implementing workflow executor listeners.
|
| io.nflow.engine.workflow.executor |
Classes for describing workflow executors.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
WorkflowExecutorListener.afterFailure(WorkflowExecutorListener.ListenerContext listenerContext,
Throwable throwable)
Executed after state processing has failed and before persisting state.
|
default void |
WorkflowExecutorListener.afterProcessing(WorkflowExecutorListener.ListenerContext listenerContext)
Executed after state has been successfully processed and before persisting
state.
|
default void |
WorkflowExecutorListener.beforeProcessing(WorkflowExecutorListener.ListenerContext listenerContext)
Executed before state is processed.
|
NextAction |
ListenerChain.next(WorkflowExecutorListener.ListenerContext context)
Return the next listener in the chain.
|
default NextAction |
WorkflowExecutorListener.process(WorkflowExecutorListener.ListenerContext listenerContext,
ListenerChain chain)
Processing chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowLogContextListener.afterFailure(WorkflowExecutorListener.ListenerContext listenerContext,
Throwable throwable) |
void |
WorkflowLogContextListener.afterProcessing(WorkflowExecutorListener.ListenerContext listenerContext) |
void |
WorkflowLogContextListener.beforeProcessing(WorkflowExecutorListener.ListenerContext listenerContext) |
Copyright © 2014–2020 Nitor Creations. All rights reserved.