Package org.flowable.engine.impl.agenda
Class DebugFlowableEngineAgendaFactory
- java.lang.Object
-
- org.flowable.engine.impl.agenda.DebugFlowableEngineAgendaFactory
-
- All Implemented Interfaces:
FlowableEngineAgendaFactory
public class DebugFlowableEngineAgendaFactory extends Object implements FlowableEngineAgendaFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessDebuggerdebugger
-
Constructor Summary
Constructors Constructor Description DebugFlowableEngineAgendaFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowableEngineAgendacreateAgenda(CommandContext commandContext)voidsetDebugger(ProcessDebugger debugger)
-
-
-
Field Detail
-
debugger
protected ProcessDebugger debugger
-
-
Method Detail
-
setDebugger
public void setDebugger(ProcessDebugger debugger)
-
createAgenda
public FlowableEngineAgenda createAgenda(CommandContext commandContext)
- Specified by:
createAgendain interfaceFlowableEngineAgendaFactory
-
-