(SpringProcessEngineConfiguration engineConfiguration)
| 43 | engineConfiguration.setCustomMybatisInterceptors(interceptors); |
| 44 | engineConfiguration.setEnableEventDispatcher(true); // default to true |
| 45 | engineConfiguration.initEventDispatcher(); |
| 46 | FlowableEventDispatcher eventDispatcher = engineConfiguration.getEventDispatcher(); |
| 47 | eventDispatcher.addEventListener(processCompletedEventListener); |
| 48 | eventDispatcher.addEventListener(taskCreatedEventListener); |
| 49 | } |
| 50 | |
| 51 | |
| 52 | } |
nothing calls this directly
no test coverage detected