Interface FlowControlSupplier

All Known Implementing Classes:
DefaultMulticastFlowControlSupplier, DefaultUnicastFlowControlSupplier, MaxMulticastFlowControlSupplier, MinMulticastFlowControlSupplier, PreferredMulticastFlowControlSupplier, TaggedMulticastFlowControlSupplier
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 FlowControlSupplier
Supplier of FlowControl strategies to be employed by senders for publications.
  • Method Summary

    Modifier and Type
    Method
    Description
    newInstance(UdpChannel udpChannel, int streamId, long registrationId)
    Return a new FlowControl instance.
  • Method Details

    • newInstance

      FlowControl newInstance(UdpChannel udpChannel, int streamId, long registrationId)
      Return a new FlowControl instance.
      Parameters:
      udpChannel - for the publication.
      streamId - for the publication.
      registrationId - for the publication.
      Returns:
      flow control instance ready for immediate usage.