Class AssociationRegistry
- java.lang.Object
-
- org.apache.pekko.remote.transport.AssociationRegistry
-
public class AssociationRegistry extends java.lang.Object
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
-
-
Constructor Summary
Constructors Constructor Description AssociationRegistry()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
clear()
Deprecated.static TestTransport.AssociationRegistry
get(java.lang.String key)
Deprecated.
-
-
-
Method Detail
-
get
public static TestTransport.AssociationRegistry get(java.lang.String key)
Deprecated.
-
clear
public static void clear()
Deprecated.
-
-