Class NettyFutureBridge
java.lang.Object
org.apache.pekko.remote.transport.netty.NettyFutureBridge
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NettyFutureBridge
public NettyFutureBridge()Deprecated.
-
-
Method Details
-
apply
public static scala.concurrent.Future<io.netty.channel.Channel> apply(io.netty.channel.ChannelFuture nettyFuture) Deprecated. -
apply
public static scala.concurrent.Future<io.netty.channel.group.ChannelGroup> apply(io.netty.channel.group.ChannelGroupFuture nettyFuture) Deprecated.
-