U - the type of address before resolution (unresolved address)R - the type of address after resolution (resolved address)Client - the type of client to connect to the partitionsClientGroup as an alternative or reach out to the maintainers
describing the use-case.@Deprecated
@FunctionalInterface
public static interface DefaultPartitionedClientGroup.PartitionedClientFactory<U,R,Client>
| Modifier and Type | Method and Description |
|---|---|
Client |
apply(PartitionAttributes pa,
ServiceDiscoverer<U,R,ServiceDiscovererEvent<R>> psd)
Deprecated.
Create a partitioned client.
|