Package es.kukenan.smartfi.events.spring
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEvent parser manager, it registers all the existing parsers and helps to obtain the proper one for a given event.
-
Constructor Details
-
EventsAutoConfiguration
public EventsAutoConfiguration()
-
-
Method Details
-
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.
-