Package io.aeron.driver
Interface FlowControlSupplier
- All Known Implementing Classes:
DefaultMulticastFlowControlSupplier
,DefaultUnicastFlowControlSupplier
,MaxMulticastFlowControlSupplier
,MinMulticastFlowControlSupplier
,PreferredMulticastFlowControlSupplier
,TaggedMulticastFlowControlSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Supplier of
FlowControl
strategies to be employed by senders for publications.-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(UdpChannel udpChannel, int streamId, long registrationId) Return a newFlowControl
instance.
-
Method Details
-
newInstance
Return a newFlowControl
instance.- Parameters:
udpChannel
- for the publication.streamId
- for the publication.registrationId
- for the publication.- Returns:
- flow control instance ready for immediate usage.
-