Package org.apache.pekko.remote
Class ReliableDeliverySupervisor$
- java.lang.Object
 - 
- org.apache.pekko.remote.ReliableDeliverySupervisor$
 
 
- 
public class ReliableDeliverySupervisor$ extends java.lang.ObjectINTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ReliableDeliverySupervisor$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description ReliableDeliverySupervisor$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propsprops(scala.Option<org.apache.pekko.remote.transport.PekkoProtocolHandle> handleOrActive, Address localAddress, Address remoteAddress, scala.Option<java.lang.Object> refuseUid, org.apache.pekko.remote.transport.PekkoProtocolTransport transport, RemoteSettings settings, PekkoPduCodec codec, java.util.concurrent.ConcurrentHashMap<org.apache.pekko.remote.EndpointManager.Link,org.apache.pekko.remote.EndpointManager.ResendState> receiveBuffers) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ReliableDeliverySupervisor$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
props
public Props props(scala.Option<org.apache.pekko.remote.transport.PekkoProtocolHandle> handleOrActive, Address localAddress, Address remoteAddress, scala.Option<java.lang.Object> refuseUid, org.apache.pekko.remote.transport.PekkoProtocolTransport transport, RemoteSettings settings, PekkoPduCodec codec, java.util.concurrent.ConcurrentHashMap<org.apache.pekko.remote.EndpointManager.Link,org.apache.pekko.remote.EndpointManager.ResendState> receiveBuffers)
 
 - 
 
 -