Package org.apache.pekko.remote
Class AddressUidExtension
- java.lang.Object
-
- org.apache.pekko.remote.AddressUidExtension
-
-
Constructor Summary
Constructors Constructor Description AddressUidExtension(ExtendedActorSystem system)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intaddressUid()Deprecated.Use longAddressUid instead.static Tapply(ActorSystem system)static Tapply(ClassicActorSystemProvider system)static AddressUidExtensioncreateExtension(ExtendedActorSystem system)static booleanequals(java.lang.Object other)static AddressUidExtensionget(ActorSystem system)static AddressUidExtensionget(ClassicActorSystemProvider system)static inthashCode()longlongAddressUid()static AddressUidExtension$lookup()ExtendedActorSystemsystem()
-
-
-
Constructor Detail
-
AddressUidExtension
public AddressUidExtension(ExtendedActorSystem system)
-
-
Method Detail
-
get
public static AddressUidExtension get(ActorSystem system)
-
get
public static AddressUidExtension get(ClassicActorSystemProvider system)
-
lookup
public static AddressUidExtension$ lookup()
-
createExtension
public static AddressUidExtension createExtension(ExtendedActorSystem system)
-
apply
public static T apply(ActorSystem system)
-
apply
public static T apply(ClassicActorSystemProvider system)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
system
public ExtendedActorSystem system()
-
longAddressUid
public long longAddressUid()
-
addressUid
public int addressUid()
Deprecated.Use longAddressUid instead. Since Akka 2.4.x.
-
-