Interface GroupedMulti<K,​T>

  • Type Parameters:
    K - the type of the key
    T - the type of the items emitted by this Multi
    All Superinterfaces:
    Multi<T>, org.reactivestreams.Publisher<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 Detail

      • key

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