public class DefaultUnicastFlowControlSupplier extends Object implements FlowControlSupplier
FlowControl strategies for unicast streams via
Configuration.UNICAST_FLOW_CONTROL_STRATEGY_PROP_NAME.| Constructor and Description |
|---|
DefaultUnicastFlowControlSupplier() |
| Modifier and Type | Method and Description |
|---|---|
FlowControl |
newInstance(UdpChannel udpChannel,
int streamId,
long registrationId)
Return a new
FlowControl instance. |
String |
toString() |
public FlowControl newInstance(UdpChannel udpChannel, int streamId, long registrationId)
FlowControl instance.newInstance in interface FlowControlSupplierudpChannel - for the publication.streamId - for the publication.registrationId - for the publication.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.