Class FirmEventAutoConfiguration
java.lang.Object
es.kukenan.smartfi.microservice.firm.events.FirmEventAutoConfiguration
@Configuration
@ConditionalOnClass(es.kukenan.smartfi.common.utils.CustomObjectMapper.class)
public class FirmEventAutoConfiguration
extends Object
A configuration bean of this class is automatically created during spring boot application startup. It is designed to created 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 TypeMethodDescriptionfirmManagementEventParser(es.kukenan.smartfi.common.utils.CustomObjectMapper customObjectMapper) settings events parser.
-
Constructor Details
-
FirmEventAutoConfiguration
public FirmEventAutoConfiguration()
-
-
Method Details
-
firmManagementEventParser
@Bean public FirmManagementEventParser firmManagementEventParser(@Autowired es.kukenan.smartfi.common.utils.CustomObjectMapper customObjectMapper) settings events parser.- Parameters:
customObjectMapper- the jackson parser used to transform JSON.- Returns:
- Onboarding events parser.
-