| Constructor and Description |
|---|
SenderService(io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel> channelInitializer,
org.neo4j.logging.LogProvider logProvider,
org.neo4j.kernel.monitoring.Monitors monitors,
int maxQueueSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
send(org.neo4j.helpers.AdvertisedSocketAddress to,
Message message)
Asynchronous, best effort delivery to destination.
|
void |
start() |
void |
stop() |
public SenderService(io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel> channelInitializer,
org.neo4j.logging.LogProvider logProvider,
org.neo4j.kernel.monitoring.Monitors monitors,
int maxQueueSize)
public void send(org.neo4j.helpers.AdvertisedSocketAddress to,
Message message)
Outboundpublic void start()
start in interface org.neo4j.kernel.lifecycle.Lifecyclestart in class org.neo4j.kernel.lifecycle.LifecycleAdapterpublic void stop()
stop in interface org.neo4j.kernel.lifecycle.Lifecyclestop in class org.neo4j.kernel.lifecycle.LifecycleAdapterCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.