AddressUidExtension

Extension that holds a uid that is assigned as a random Long or Int depending on which version of remoting that is used.

The uid is intended to be used together with an akka.actor.Address to be able to distinguish restarted actor system using the same host and port.

Companion:
class
Source:
AddressUidExtension.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

override def get(system: ActorSystem): AddressUidExtension
Definition Classes
Source:
AddressUidExtension.scala
override def lookup: ExtensionId[_ <: Extension]

Inherited methods

Returns an instance of the extension identified by this ExtensionId instance.

Returns an instance of the extension identified by this ExtensionId instance.

Inherited from:
ExtensionId
Source:
Extension.scala

Returns an instance of the extension identified by this ExtensionId instance.

Returns an instance of the extension identified by this ExtensionId instance.

Inherited from:
ExtensionId
Source:
Extension.scala
final override def equals(other: Any): Boolean
Definition Classes
Inherited from:
ExtensionId
Source:
Extension.scala
final override def hashCode: Int
Definition Classes
Inherited from:
ExtensionId
Source:
Extension.scala