Interface FlightStream.Requestor

Enclosing class:
FlightStream
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 static interface FlightStream.Requestor
Provides a interface to request more items from a stream producer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    request(int count)
    Requests count more messages from the instance of this object.
  • Method Details

    • request

      void request(int count)
      Requests count more messages from the instance of this object.