类 ServiceDiscoveredEvent

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

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

    • ServiceDiscoveredEvent

      public ServiceDiscoveredEvent(Object source, Set<String> lackServices, Set<String> additionalServices, int totalCount, Set<String> allService)
      参数:
      source -
      lackServices -
      additionalServices -
      totalCount -
  • 方法详细资料

    • getLackServices

      public Set<String> getLackServices()
    • getAdditionalServices

      public Set<String> getAdditionalServices()
    • getTotalCount

      public int getTotalCount()
      返回:
      the totalCount
    • getAllService

      public Set<String> getAllService()