Class GroupedFlux<K,V>

java.lang.Object
reactor.core.publisher.Flux<V>
reactor.core.publisher.GroupedFlux<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Publisher<V>, CorePublisher<V>

public abstract class GroupedFlux<K,V> extends Flux<V>
Represents a sequence of events which has an associated key.
  • Constructor Details

    • GroupedFlux

      public GroupedFlux()
  • Method Details

    • key

      public abstract K key()
      Return the key of the GroupedFlux.
      Returns:
      the key