Class CompiledLibrarySpringEventListener
java.lang.Object
org.qubership.integration.platform.runtime.catalog.consul.CompiledLibrarySpringEventListener
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCompiledLibrarySpringEventListener(CompiledLibraryEventsProducerService compiledLibraryEventsProducerService) -
Method Summary
Modifier and TypeMethodDescriptionvoidcatchLibraryUpdate(org.qubership.integration.platform.catalog.model.compiledlibrary.CompiledLibraryEvent event) voidonApplicationStarted(org.springframework.boot.context.event.ApplicationStartedEvent event)
-
Field Details
-
UPDATE_RETRY_DELAY
public static final int UPDATE_RETRY_DELAY- See Also:
-
-
Constructor Details
-
CompiledLibrarySpringEventListener
@Autowired public CompiledLibrarySpringEventListener(CompiledLibraryEventsProducerService compiledLibraryEventsProducerService)
-
-
Method Details
-
onApplicationStarted
@EventListener public void onApplicationStarted(org.springframework.boot.context.event.ApplicationStartedEvent event) -
catchLibraryUpdate
@TransactionalEventListener public void catchLibraryUpdate(org.qubership.integration.platform.catalog.model.compiledlibrary.CompiledLibraryEvent event)
-