public class SenderProxy
extends java.lang.Object
Constructor and Description |
---|
SenderProxy(ThreadingMode threadingMode,
java.util.Queue<java.lang.Runnable> commandQueue,
org.agrona.concurrent.status.AtomicCounter failCount) |
Modifier and Type | Method and Description |
---|---|
void |
addDestination(SendChannelEndpoint channelEndpoint,
java.net.InetSocketAddress address) |
void |
closeSendChannelEndpoint(SendChannelEndpoint channelEndpoint) |
void |
newNetworkPublication(NetworkPublication publication) |
void |
registerSendChannelEndpoint(SendChannelEndpoint channelEndpoint) |
void |
removeDestination(SendChannelEndpoint channelEndpoint,
java.net.InetSocketAddress address) |
void |
removeNetworkPublication(NetworkPublication publication) |
void |
sender(Sender sender) |
public SenderProxy(ThreadingMode threadingMode, java.util.Queue<java.lang.Runnable> commandQueue, org.agrona.concurrent.status.AtomicCounter failCount)
public void sender(Sender sender)
public void registerSendChannelEndpoint(SendChannelEndpoint channelEndpoint)
public void closeSendChannelEndpoint(SendChannelEndpoint channelEndpoint)
public void removeNetworkPublication(NetworkPublication publication)
public void newNetworkPublication(NetworkPublication publication)
public void addDestination(SendChannelEndpoint channelEndpoint, java.net.InetSocketAddress address)
public void removeDestination(SendChannelEndpoint channelEndpoint, java.net.InetSocketAddress address)
Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.