Class ActorRefResolver

  • All Implemented Interfaces:
    Extension

    public abstract class ActorRefResolver
    extends java.lang.Object
    implements Extension
    Serialization and deserialization of ActorRef.

    This class is not intended for user extension other than for test purposes (e.g. stub implementation). More methods may be added in the future and that may break such implementations.

    • Constructor Detail

      • ActorRefResolver

        public ActorRefResolver()
    • Method Detail

      • apply

        public static final T apply​(ActorSystem<?> system)
      • hashCode

        public static final int hashCode()
      • equals

        public static final boolean equals​(java.lang.Object other)
      • toSerializationFormat

        public abstract <T> java.lang.String toSerializationFormat​(ActorRef<T> ref)
        Generate full String representation including the uid for the actor cell instance as URI fragment, replacing the Address in the RootActor Path with the local one unless this path&rsquo;s address includes host and port information. This representation should be used as serialized representation.