类 ServiceInstanceLackEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
top.codef.microservice.events.ServiceInstanceLackEvent
所有已实现的接口:
Serializable

public class ServiceInstanceLackEvent extends org.springframework.context.ApplicationEvent
另请参阅:
  • 构造器详细资料

    • ServiceInstanceLackEvent

      public ServiceInstanceLackEvent(Object source, String serviceName, int serviceCount, Set<String> instanceIds)
  • 方法详细资料

    • getServiceName

      public String getServiceName()
    • getServiceCount

      public int getServiceCount()
    • getInstanceIds

      public Set<String> getInstanceIds()