Interface PartitionedServiceDiscovererEvent<ResolvedAddress>
- Type Parameters:
ResolvedAddress- The type of resolved address.
- All Superinterfaces:
ServiceDiscovererEvent<ResolvedAddress>
@Deprecated
public interface PartitionedServiceDiscovererEvent<ResolvedAddress>
extends ServiceDiscovererEvent<ResolvedAddress>
Deprecated.
An
ServiceDiscovererEvent which is associated with a partition.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.servicetalk.client.api.ServiceDiscovererEvent
ServiceDiscovererEvent.Status -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the fully specifiedPartitionAttributesthat uniquely identifiesServiceDiscovererEvent.address().Methods inherited from interface io.servicetalk.client.api.ServiceDiscovererEvent
address, status
-
Method Details
-
partitionAddress
PartitionAttributes partitionAddress()Deprecated.Get the fully specifiedPartitionAttributesthat uniquely identifiesServiceDiscovererEvent.address().- Returns:
- the fully specified
PartitionAttributesthat uniquely identifiesServiceDiscovererEvent.address().
-
ClientGroupas an alternative or reach out to the maintainers describing the use-case.