event logger

event logger是activiti的实验性功能,目的是解决历史表在关系型数据库中不方便查询分析的问题。可以利用此特性将activiti的数据嫁接到大数据平台进行分析。

@Bean
    public CommandLineRunner init() {
        return new CommandLineRunner() {
            public void run(String... strings) throws Exception {
                //开启event logging
                runtimeService.addEventListener(new EventLogger(processEngineConfiguration.getClock(),objectMapper));
            }
        };

    }

codecraft
11.9k 声望2k 粉丝

当一个代码的工匠回首往事时,不因虚度年华而悔恨,也不因碌碌无为而羞愧,这样,当他老的时候,可以很自豪告诉世人,我曾经将代码注入生命去打造互联网的浪潮之巅,那是个很疯狂的时代,我在一波波的浪潮上留下...