Class NettyFutureBridge$

java.lang.Object
org.apache.pekko.remote.transport.netty.NettyFutureBridge$

public class NettyFutureBridge$ extends Object
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final NettyFutureBridge$
    Deprecated.
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.concurrent.Future<io.netty.channel.Channel>
    apply(io.netty.channel.ChannelFuture nettyFuture)
    Deprecated.
     
    scala.concurrent.Future<io.netty.channel.group.ChannelGroup>
    apply(io.netty.channel.group.ChannelGroupFuture nettyFuture)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final NettyFutureBridge$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • NettyFutureBridge$

      public NettyFutureBridge$()
      Deprecated.
  • Method Details

    • apply

      public scala.concurrent.Future<io.netty.channel.Channel> apply(io.netty.channel.ChannelFuture nettyFuture)
      Deprecated.
    • apply

      public scala.concurrent.Future<io.netty.channel.group.ChannelGroup> apply(io.netty.channel.group.ChannelGroupFuture nettyFuture)
      Deprecated.