Class CommonRuntimeAutoConfiguration


  • @Configuration
    public class CommonRuntimeAutoConfiguration
    extends java.lang.Object
    • Constructor Detail

      • CommonRuntimeAutoConfiguration

        public CommonRuntimeAutoConfiguration()
    • Method Detail

      • registerVariableCreatedListenerDelegate

        @Bean
        public org.springframework.beans.factory.InitializingBean registerVariableCreatedListenerDelegate​(org.activiti.engine.RuntimeService runtimeService,
                                                                                                          @Autowired(required=false)
                                                                                                          java.util.List<org.activiti.api.runtime.shared.events.VariableEventListener<org.activiti.api.model.shared.event.VariableCreatedEvent>> listeners)
      • registerVariableUpdatedListenerDelegate

        @Bean
        public org.springframework.beans.factory.InitializingBean registerVariableUpdatedListenerDelegate​(org.activiti.engine.RuntimeService runtimeService,
                                                                                                          @Autowired(required=false)
                                                                                                          java.util.List<org.activiti.api.runtime.shared.events.VariableEventListener<org.activiti.api.model.shared.event.VariableUpdatedEvent>> listeners)