Class PrefixedActorNameFactory


  • @ThreadSafe
    public final class PrefixedActorNameFactory
    extends Object
    Generates prefixed actor names.

    This is currently not supported by plain Akka, see Akka User Group.

    • Method Detail

      • of

        public static PrefixedActorNameFactory of​(String prefix)
        Creates a new instance of this factory which generates actor names with the specified prefix.
        Parameters:
        prefix - the prefix of the generated actor names.
        Returns:
        the created instance
      • createActorName

        public String createActorName()
        Creates a new prefixed actor name.
        Returns:
        the actor name.