public class DefaultReceiveChannelEndpointSupplier extends Object implements ReceiveChannelEndpointSupplier
ReceiveChannelEndpoint.| Constructor and Description |
|---|
DefaultReceiveChannelEndpointSupplier() |
| Modifier and Type | Method and Description |
|---|---|
ReceiveChannelEndpoint |
newInstance(UdpChannel udpChannel,
DataPacketDispatcher dispatcher,
AtomicCounter statusIndicator,
MediaDriver.Context context)
A new instance of a specialised
ReceiveChannelEndpoint. |
public DefaultReceiveChannelEndpointSupplier()
public ReceiveChannelEndpoint newInstance(UdpChannel udpChannel, DataPacketDispatcher dispatcher, AtomicCounter statusIndicator, MediaDriver.Context context)
ReceiveChannelEndpoint.newInstance in interface ReceiveChannelEndpointSupplierudpChannel - 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-2023 Real Logic Limited. All Rights Reserved.