Uses of Class
io.nflow.engine.listener.WorkflowExecutorListener.ListenerContext
-
Packages that use WorkflowExecutorListener.ListenerContext Package Description io.nflow.engine.listener Classes and interfaces for implementing workflow executor listeners.io.nflow.engine.workflow.executor Classes for describing workflow executors. -
-
Uses of WorkflowExecutorListener.ListenerContext in io.nflow.engine.listener
Methods in io.nflow.engine.listener with parameters of type WorkflowExecutorListener.ListenerContext Modifier and Type Method Description default voidWorkflowExecutorListener. afterFailure(WorkflowExecutorListener.ListenerContext listenerContext, Throwable throwable)Executed after state processing has failed and before persisting state.default voidWorkflowExecutorListener. afterProcessing(WorkflowExecutorListener.ListenerContext listenerContext)Executed after state has been successfully processed and before persisting state.default voidWorkflowExecutorListener. beforeProcessing(WorkflowExecutorListener.ListenerContext listenerContext)Executed before state is processed.default booleanWorkflowExecutorListener. handlePotentiallyStuck(WorkflowExecutorListener.ListenerContext listenerContext, org.joda.time.Duration processingTime)Called when instance processing is potentially stuck.NextActionListenerChain. next(WorkflowExecutorListener.ListenerContext context)Return the next listener in the chain.default NextActionWorkflowExecutorListener. process(WorkflowExecutorListener.ListenerContext listenerContext, ListenerChain chain)Processing chain. -
Uses of WorkflowExecutorListener.ListenerContext in io.nflow.engine.workflow.executor
Methods in io.nflow.engine.workflow.executor with parameters of type WorkflowExecutorListener.ListenerContext Modifier and Type Method Description voidWorkflowLogContextListener. afterFailure(WorkflowExecutorListener.ListenerContext listenerContext, Throwable throwable)voidWorkflowLogContextListener. afterProcessing(WorkflowExecutorListener.ListenerContext listenerContext)voidWorkflowLogContextListener. beforeProcessing(WorkflowExecutorListener.ListenerContext listenerContext)
-