Interface GroupedMulti<K,T>

Type Parameters:
K - the type of the key
T - the type of the items emitted by this Multi
All Superinterfaces:
Flow.Publisher<T>, Multi<T>

public interface GroupedMulti<K,T> extends Multi<T>
A specialization of Multi used by the group operation. It allows retrieving the computed key associated with this Multi
  • Method Details

    • key

      K key()
      Returns:
      the key associated with this GroupedMulti