Class AddressUidExtension$

java.lang.Object
org.apache.pekko.remote.AddressUidExtension$
All Implemented Interfaces:
ExtensionId<AddressUidExtension>, ExtensionIdProvider

public class AddressUidExtension$ extends Object implements ExtensionId<AddressUidExtension>, ExtensionIdProvider
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 pekko.actor.Address to be able to distinguish restarted actor system using the same host and port.