Class PreferredMulticastFlowControlSupplier

java.lang.Object
io.aeron.driver.PreferredMulticastFlowControlSupplier
All Implemented Interfaces:
FlowControlSupplier

@Deprecated public class PreferredMulticastFlowControlSupplier extends Object implements FlowControlSupplier
Deprecated.
This has been replaced by TaggedMulticastFlowControlSupplier.
  • Constructor Details

    • PreferredMulticastFlowControlSupplier

      public PreferredMulticastFlowControlSupplier()
      Deprecated.
  • Method Details

    • newInstance

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