Package io.aeron.driver
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(UdpChannel udpChannel, int streamId, long registrationId) Deprecated.Return a newFlowControl
instance.
-
Constructor Details
-
PreferredMulticastFlowControlSupplier
public PreferredMulticastFlowControlSupplier()Deprecated.
-
-
Method Details
-
newInstance
Deprecated.Return a newFlowControl
instance.- Specified by:
newInstance
in interfaceFlowControlSupplier
- Parameters:
udpChannel
- for the publication.streamId
- for the publication.registrationId
- for the publication.- Returns:
- flow control instance ready for immediate usage.
-
TaggedMulticastFlowControlSupplier
instead.