@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=FlowableDebuggerProperties.class) @ConditionalOnProperty(prefix="flowable.experimental.debugger", name="enabled", havingValue="true") @AutoConfigureBefore(value=ProcessEngineAutoConfiguration.class) public class FlowableDebuggerConfiguration extends Object
| Constructor and Description |
|---|
FlowableDebuggerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FlowableEngineAgendaFactory |
debuggerAgendaFactory(ProcessDebugger processDebugger) |
EngineConfigurationConfigurer<SpringProcessEngineConfiguration> |
debuggerProcessEngineConfigurationConfigurer(FlowableEngineAgendaFactory agendaFactory) |
@Bean public FlowableEngineAgendaFactory debuggerAgendaFactory(ProcessDebugger processDebugger)
@Bean public EngineConfigurationConfigurer<SpringProcessEngineConfiguration> debuggerProcessEngineConfigurationConfigurer(FlowableEngineAgendaFactory agendaFactory)
Copyright © 2023 Flowable. All rights reserved.