Class EventListenerInitializer
java.lang.Object
ch.admin.bit.jeap.processarchive.domain.event.EventListenerInitializer
-
Constructor Summary
ConstructorsConstructorDescriptionEventListenerInitializer(DomainEventListenerAdapter domainEventListenerAdapter, DomainEventArchiveConfigurationRepository configurationRepository) -
Method Summary
Modifier and TypeMethodDescriptionvoidonAppStarted(org.springframework.boot.context.event.ApplicationStartedEvent event)
-
Constructor Details
-
EventListenerInitializer
public EventListenerInitializer(DomainEventListenerAdapter domainEventListenerAdapter, DomainEventArchiveConfigurationRepository configurationRepository)
-
-
Method Details
-
onAppStarted
@EventListener public void onAppStarted(org.springframework.boot.context.event.ApplicationStartedEvent event)
-