Class ModuleConfig


  • @Configuration
    public class ModuleConfig
    extends java.lang.Object
    Author:
    Ikasan Development Team
    • Constructor Summary

      Constructors 
      Constructor Description
      ModuleConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.ikasan.spec.module.Module getModule()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • REPEAT

        public static int REPEAT
      • EVENTS_PER_CYCLE

        public static int EVENTS_PER_CYCLE
      • EVENT_GENERATOR_COUNT

        public static int EVENT_GENERATOR_COUNT
    • Constructor Detail

      • ModuleConfig

        public ModuleConfig()
    • Method Detail

      • getModule

        @Bean
        public org.ikasan.spec.module.Module getModule()