Interface PartitionedServiceDiscovererEvent<ResolvedAddress>
-
- Type Parameters:
ResolvedAddress- The type of resolved address.
- All Superinterfaces:
ServiceDiscovererEvent<ResolvedAddress>
public interface PartitionedServiceDiscovererEvent<ResolvedAddress> extends ServiceDiscovererEvent<ResolvedAddress>
AnServiceDiscovererEventwhich is associated with a partition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartitionAttributespartitionAddress()Get the fully specifiedPartitionAttributesthat uniquely identifiesServiceDiscovererEvent.address().-
Methods inherited from interface io.servicetalk.client.api.ServiceDiscovererEvent
address, isAvailable
-
-
-
-
Method Detail
-
partitionAddress
PartitionAttributes partitionAddress()
Get the fully specifiedPartitionAttributesthat uniquely identifiesServiceDiscovererEvent.address().- Returns:
- the fully specified
PartitionAttributesthat uniquely identifiesServiceDiscovererEvent.address().
-
-