Package akka.actor

Class IndirectActorProducer$


  • public class IndirectActorProducer$
    extends java.lang.Object
    This method is used by Props to determine the type of actor which will be created. This means that an instance of this IndirectActorProducer will be created in order to call this method during any call to Props.actorClass(); it should be noted that such calls may performed during actor set-up before the actual actor’s instantiation, and that the instance created for calling actorClass is not necessarily reused later to produce the actor.
    • Field Detail

      • MODULE$

        public static final IndirectActorProducer$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • IndirectActorProducer$

        public IndirectActorProducer$()
    • Method Detail

      • CreatorConsumerClass

        public java.lang.Class<CreatorConsumer> CreatorConsumerClass()
      • apply

        public IndirectActorProducer apply​(java.lang.Class<?> clazz,
                                           scala.collection.immutable.Seq<java.lang.Object> args)