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.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestEntityRef()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <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
    • Constructor Detail

      • TestEntityRef

        public TestEntityRef()