Interface DefaultPartitionedClientGroup.PartitionedClientFactory<U,R,Client>

Type Parameters:
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 partitions
Enclosing class:
DefaultPartitionedClientGroup<U,R,Client extends ListenableAsyncCloseable>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public static interface DefaultPartitionedClientGroup.PartitionedClientFactory<U,R,Client>
Deprecated.
We are unaware of anyone using "partition" feature and plan to remove it in future releases. If you depend on it, consider using ClientGroup as an alternative or reach out to the maintainers describing the use-case.
Factory for building partitioned clients.