Package akka.remote
Class AddressUidExtension
- java.lang.Object
-
- akka.remote.AddressUidExtension
-
-
Constructor Summary
Constructors Constructor Description AddressUidExtension(ExtendedActorSystem system)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static T
apply(ActorSystem system)
Deprecated.static T
apply(ClassicActorSystemProvider system)
Deprecated.static AddressUidExtension
createExtension(ExtendedActorSystem system)
Deprecated.static boolean
equals(java.lang.Object other)
Deprecated.static AddressUidExtension
get(ActorSystem system)
Deprecated.static AddressUidExtension
get(ClassicActorSystemProvider system)
Deprecated.static int
hashCode()
Deprecated.long
longAddressUid()
Deprecated.static AddressUidExtension$
lookup()
Deprecated.ExtendedActorSystem
system()
Deprecated.
-
-
-
Constructor Detail
-
AddressUidExtension
public AddressUidExtension(ExtendedActorSystem system)
Deprecated.
-
-
Method Detail
-
get
public static AddressUidExtension get(ActorSystem system)
Deprecated.
-
get
public static AddressUidExtension get(ClassicActorSystemProvider system)
Deprecated.
-
lookup
public static AddressUidExtension$ lookup()
Deprecated.
-
createExtension
public static AddressUidExtension createExtension(ExtendedActorSystem system)
Deprecated.
-
apply
public static T apply(ActorSystem system)
Deprecated.
-
apply
public static T apply(ClassicActorSystemProvider system)
Deprecated.
-
hashCode
public static final int hashCode()
Deprecated.
-
equals
public static final boolean equals(java.lang.Object other)
Deprecated.
-
system
public ExtendedActorSystem system()
Deprecated.
-
longAddressUid
public long longAddressUid()
Deprecated.
-
-