Class EventsAutoConfiguration

java.lang.Object
es.kukenan.smartfi.events.spring.EventsAutoConfiguration

@Configuration @ConditionalOnClass(es.kukenan.smartfi.common.utils.CustomObjectMapper.class) public class EventsAutoConfiguration extends Object
A configuration bean of this class is automatically created during spring boot application startup. It is designed to create some beans when this library is added as dependency in the project, without explicit declaration. This makes easier to configure applications that depends on this project beans and configurations.
  • Constructor Details

    • EventsAutoConfiguration

      public EventsAutoConfiguration()
  • Method Details

    • eventParserManager

      @Bean public EventParserManager eventParserManager()
      Event parser manager, it registers all the existing parsers and helps to obtain the proper one for a given event.
      Returns:
      Event parser manager.