Package akka.remote.testconductor
Interface RemoteConnection
-
public interface RemoteConnection
INTERNAL API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.netty.channel.ChannelFuture
channelFuture()
The channel future associated with this connection.void
shutdown()
Shutdown the connection and release the resources.
-