类 ServiceLostEventListener

java.lang.Object
top.codef.microservice.events.ServiceLostEventListener
所有已实现的接口:
EventListener, org.springframework.context.ApplicationListener<ServiceLostEvent>

public class ServiceLostEventListener extends Object implements org.springframework.context.ApplicationListener<ServiceLostEvent>
  • 构造器详细资料

  • 方法详细资料

    • onApplicationEvent

      public void onApplicationEvent(ServiceLostEvent event)
      指定者:
      onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<ServiceLostEvent>