public class DefaultMulticastFlowControlSupplier extends Object implements FlowControlSupplier
FlowControl strategies for multicast streams which supports defining the strategy in
the channel URI as a priority over Configuration.MULTICAST_FLOW_CONTROL_STRATEGY_PROP_NAME.| Constructor and Description |
|---|
DefaultMulticastFlowControlSupplier() |
| 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)
FlowControlSupplierFlowControl instance.newInstance in interface FlowControlSupplierudpChannel - for the publication.streamId - for the publication.registrationId - for the the publication.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.