Class NettyFutureBridge
- java.lang.Object
- 
- org.apache.pekko.remote.transport.netty.NettyFutureBridge
 
- 
 public class NettyFutureBridge extends java.lang.ObjectDeprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- 
- 
Constructor SummaryConstructors Constructor Description NettyFutureBridge()Deprecated.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static scala.concurrent.Future<io.netty.channel.Channel>apply(io.netty.channel.ChannelFuture nettyFuture)Deprecated.static scala.concurrent.Future<io.netty.channel.group.ChannelGroup>apply(io.netty.channel.group.ChannelGroupFuture nettyFuture)Deprecated.
 
- 
- 
- 
Method Detail- 
applypublic static scala.concurrent.Future<io.netty.channel.Channel> apply(io.netty.channel.ChannelFuture nettyFuture) Deprecated.
 - 
applypublic static scala.concurrent.Future<io.netty.channel.group.ChannelGroup> apply(io.netty.channel.group.ChannelGroupFuture nettyFuture) Deprecated.
 
- 
 
-