创建一个事件注册表引擎

Flowable事件注册表引擎是通过名为flowable.eventregistry.cfg.xml的XML文件配置的。请注意,如果您使用的是Spring构建事件注册表引擎的样式,则此方法不适用。

获取EventRegistryEngine的最简单方法是使用org.flowable.eventregistry.engine.EventRegistryEngines类:

EventRegistryEngine eventRegistryEngine = EventRegistryEngines.getDefaultEventRegistryEngine()
作者:Jeebiz  创建时间:2020-03-20 17:59
 更新时间:2024-08-05 18:41