MCPcopy Create free account
hub / github.com/L1yp/van-app / configure

Method configure

src/main/java/com/l1yp/conf/FlowableConfig.java:45–61  ·  view source on GitHub ↗
(SpringProcessEngineConfiguration engineConfiguration)

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 2

addMethod · 0.65

Tested by

no test coverage detected