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(@Qualifier("deploymentReadinessEvents") Set<Class<? extends UpdateEvent>> events)
  • Method Details

    • onApplicationStarted

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

      @EventListener public void onUpdateEvent(UpdateEvent event)