类 ServiceExistCheckTask

java.lang.Object
top.codef.microservice.task.ServiceExistCheckTask
所有已实现的接口:
Runnable

public class ServiceExistCheckTask extends Object implements Runnable
  • 构造器详细资料

    • ServiceExistCheckTask

      public ServiceExistCheckTask(org.springframework.cloud.client.discovery.DiscoveryClient discoveryClient, org.springframework.context.ApplicationEventPublisher applicationEventPublisher, boolean autoDetected)
  • 方法详细资料

    • isAuthDetected

      public boolean isAuthDetected()
    • getAllService

      public Set<String> getAllService()
    • setAuthDetected

      public void setAuthDetected(boolean authDetected)
    • getDiscoveryClient

      public org.springframework.cloud.client.discovery.DiscoveryClient getDiscoveryClient()
    • getApplicationEventPublisher

      public org.springframework.context.ApplicationEventPublisher getApplicationEventPublisher()
    • run

      public void run()
      指定者:
      run 在接口中 Runnable