Class DeploymentReadinessService

java.lang.Object
org.qubership.integration.platform.engine.consul.DeploymentReadinessService

@Component public class DeploymentReadinessService extends Object
  • Field Details

    • CONSUMER_STARTUP_CHECK_DELAY_MILLIS

      public static final int CONSUMER_STARTUP_CHECK_DELAY_MILLIS
      See Also:
  • Constructor Details

    • DeploymentReadinessService

      @Autowired public DeploymentReadinessService(DevModeUtil devModeUtil)
  • Method Details

    • onApplicationStarted

      @Async @EventListener(org.springframework.boot.context.event.ApplicationStartedEvent.class) public void onApplicationStarted()
    • onCommonVariablesUpdated

      @EventListener public void onCommonVariablesUpdated(CommonVariablesUpdatedEvent event)
    • onSecuredVariablesUpdated

      @EventListener public void onSecuredVariablesUpdated(SecuredVariablesUpdatedEvent event)