@FunctionalInterface public interface SendChannelEndpointSupplier
SendChannelEndpoint to add specialised behaviour for the sender.| Modifier and Type | Method and Description |
|---|---|
SendChannelEndpoint |
newInstance(UdpChannel udpChannel,
AtomicCounter statusIndicator,
MediaDriver.Context context)
A new instance of a specialised
SendChannelEndpoint. |
SendChannelEndpoint newInstance(UdpChannel udpChannel, AtomicCounter statusIndicator, MediaDriver.Context context)
SendChannelEndpoint.udpChannel - on which the sender will send.statusIndicator - for the channel.context - for the configuration of the driver.SendChannelEndpoint.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.