Interface PartitioningStrategy<K>

Type Parameters:
K - key type accepted by this strategy
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PartitioningStrategy<K>
Strategy hook for deriving the partition key for non-PartitionAware keys.