@FunctionalInterface public interface ReceiveChannelEndpointSupplier
ReceiveChannelEndpoint to add specialised behaviour for the
receiver.| Modifier and Type | Method and Description |
|---|---|
ReceiveChannelEndpoint |
newInstance(UdpChannel udpChannel,
DataPacketDispatcher dispatcher,
AtomicCounter statusIndicator,
MediaDriver.Context context)
A new instance of a specialised
ReceiveChannelEndpoint. |
ReceiveChannelEndpoint newInstance(UdpChannel udpChannel, DataPacketDispatcher dispatcher, AtomicCounter statusIndicator, MediaDriver.Context context)
ReceiveChannelEndpoint.udpChannel - on which the receiver is listening.dispatcher - for dispatching packets to publication images.statusIndicator - for the channel.context - for the configuration of the driver.ReceiveChannelEndpoint.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.