Class ActorRefResolver

  • All Implemented Interfaces:
    Extension
    Direct Known Subclasses:
    ActorRefResolverImpl

    public abstract class ActorRefResolver
    extends java.lang.Object
    implements Extension
    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’s address includes host and port information. This representation should be used as serialized representation.
    • 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)