Interface ServiceDiscovererEvent<ResolvedAddress>

Type Parameters:
ResolvedAddress - the type of address after resolution.
All Known Subinterfaces:
PartitionedServiceDiscovererEvent<ResolvedAddress>
All Known Implementing Classes:
DefaultServiceDiscovererEvent

public interface ServiceDiscovererEvent<ResolvedAddress>
Notification from the Service Discovery system that availability for an address has changed.
  • Method Details