Package akka.remote.transport
Class AssociationRegistry$
- java.lang.Object
-
- akka.remote.transport.AssociationRegistry$
-
public class AssociationRegistry$ extends java.lang.Object
Deprecated.Classic remoting is deprecated, use Artery. Since 2.6.0.
-
-
Field Summary
Fields Modifier and Type Field Description static AssociationRegistry$
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AssociationRegistry$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clear()
Deprecated.TestTransport.AssociationRegistry
get(java.lang.String key)
Deprecated.
-
-
-
Field Detail
-
MODULE$
public static final AssociationRegistry$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
get
public TestTransport.AssociationRegistry get(java.lang.String key)
Deprecated.
-
clear
public void clear()
Deprecated.
-
-