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