akka.remote
Class ReliableDeliverySupervisor$

java.lang.Object
  extended by akka.remote.ReliableDeliverySupervisor$

public class ReliableDeliverySupervisor$
extends java.lang.Object

INTERNAL API


Field Summary
static ReliableDeliverySupervisor$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ReliableDeliverySupervisor$()
           
 
Method Summary
 akka.actor.Props props(scala.Option<AkkaProtocolHandle> handleOrActive, akka.actor.Address localAddress, akka.actor.Address remoteAddress, scala.Option<java.lang.Object> refuseUid, AkkaProtocolTransport transport, RemoteSettings settings, AkkaPduCodec codec, java.util.concurrent.ConcurrentHashMap<EndpointManager.Link,EndpointManager.ResendState> receiveBuffers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ReliableDeliverySupervisor$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ReliableDeliverySupervisor$

public ReliableDeliverySupervisor$()
Method Detail

props

public akka.actor.Props props(scala.Option<AkkaProtocolHandle> handleOrActive,
                              akka.actor.Address localAddress,
                              akka.actor.Address remoteAddress,
                              scala.Option<java.lang.Object> refuseUid,
                              AkkaProtocolTransport transport,
                              RemoteSettings settings,
                              AkkaPduCodec codec,
                              java.util.concurrent.ConcurrentHashMap<EndpointManager.Link,EndpointManager.ResendState> receiveBuffers)