Uses of Class
io.nflow.engine.listener.WorkflowExecutorListener.ListenerContext
Packages that use WorkflowExecutorListener.ListenerContext
Package
Description
Classes and interfaces for implementing workflow executor listeners.
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.ListenerContextModifier and TypeMethodDescriptiondefault 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.ListenerChain.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.ListenerContextModifier and TypeMethodDescriptionvoidWorkflowLogContextListener.afterFailure(WorkflowExecutorListener.ListenerContext listenerContext, Throwable throwable) voidWorkflowLogContextListener.afterProcessing(WorkflowExecutorListener.ListenerContext listenerContext) voidWorkflowLogContextListener.beforeProcessing(WorkflowExecutorListener.ListenerContext listenerContext)