Class TestEntityRef$


  • public class TestEntityRef$
    extends java.lang.Object
    For testing purposes this EntityRef can be used in place of a real EntityRef. It forwards all messages to the probe.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TestEntityRef$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestEntityRef$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <M> EntityRef<M> apply​(EntityTypeKey<M> typeKey, java.lang.String entityId, ActorRef<M> probe)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • TestEntityRef$

        public TestEntityRef$()