Package io.aeron.driver
Class DefaultUnicastFlowControlSupplier
java.lang.Object
io.aeron.driver.DefaultUnicastFlowControlSupplier
- All Implemented Interfaces:
FlowControlSupplier
Default supplier of
FlowControl
strategies for unicast streams via
Configuration.UNICAST_FLOW_CONTROL_STRATEGY_PROP_NAME
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(UdpChannel udpChannel, int streamId, long registrationId) Return a newFlowControl
instance.toString()
-
Constructor Details
-
DefaultUnicastFlowControlSupplier
public DefaultUnicastFlowControlSupplier()
-
-
Method Details
-
newInstance
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.
-
toString
-