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 Tapply(ActorSystem system)Deprecated.static Tapply(ClassicActorSystemProvider system)Deprecated.static AddressUidExtensioncreateExtension(ExtendedActorSystem system)Deprecated.static booleanequals(java.lang.Object other)Deprecated.static AddressUidExtensionget(ActorSystem system)Deprecated.static AddressUidExtensionget(ClassicActorSystemProvider system)Deprecated.static inthashCode()Deprecated.longlongAddressUid()Deprecated.static AddressUidExtension$lookup()Deprecated.ExtendedActorSystemsystem()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. 
 - 
 
 -