类 ServiceNoticeControl

java.lang.Object
top.codef.microservice.control.ServiceNoticeControl
所有已实现的接口:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.SmartInitializingSingleton

public class ServiceNoticeControl extends Object implements org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.beans.factory.DisposableBean
  • 构造器详细资料

  • 方法详细资料

    • getServiceMonitorProperties

      public ServiceMonitorProperties getServiceMonitorProperties()
    • getResult

      public ScheduledFuture<?> getResult()
      返回:
      the result
    • setResult

      public void setResult(ScheduledFuture<?> result)
      参数:
      result - the result to set
    • getTaskScheduler

      public org.springframework.scheduling.TaskScheduler getTaskScheduler()
      返回:
      the taskScheduler
    • destroy

      public void destroy() throws Exception
      指定者:
      destroy 在接口中 org.springframework.beans.factory.DisposableBean
      抛出:
      Exception
    • afterSingletonsInstantiated

      public void afterSingletonsInstantiated()
      指定者:
      afterSingletonsInstantiated 在接口中 org.springframework.beans.factory.SmartInitializingSingleton