Package io.aeron.driver
Class DefaultSendChannelEndpointSupplier
java.lang.Object
io.aeron.driver.DefaultSendChannelEndpointSupplier
- All Implemented Interfaces:
SendChannelEndpointSupplier
public class DefaultSendChannelEndpointSupplier
extends Object
implements SendChannelEndpointSupplier
Supply the default implementation of the
SendChannelEndpoint
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(UdpChannel udpChannel, AtomicCounter statusIndicator, MediaDriver.Context context) A new instance of a specialisedSendChannelEndpoint
.
-
Constructor Details
-
DefaultSendChannelEndpointSupplier
public DefaultSendChannelEndpointSupplier()
-
-
Method Details
-
newInstance
public SendChannelEndpoint newInstance(UdpChannel udpChannel, AtomicCounter statusIndicator, MediaDriver.Context context) A new instance of a specialisedSendChannelEndpoint
.- Specified by:
newInstance
in interfaceSendChannelEndpointSupplier
- Parameters:
udpChannel
- on which the sender will send.statusIndicator
- for the channel.context
- for the configuration of the driver.- Returns:
- a new instance of a specialised
SendChannelEndpoint
.
-