Class ModelerBootstrapper

  • All Implemented Interfaces:
    EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

    @Component
    public class ModelerBootstrapper
    extends Object
    implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
    Responsible for executing all action required after booting up the Spring container.
    Author:
    Yvo Swillens
    • Constructor Detail

      • ModelerBootstrapper

        public ModelerBootstrapper()
    • Method Detail

      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.context.event.ContextRefreshedEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
      • migrateDecisionTables

        public void migrateDecisionTables()