Class TestEntityRef$
- java.lang.Object
-
- akka.cluster.sharding.typed.testkit.scaladsl.TestEntityRef$
-
public class TestEntityRef$ extends java.lang.Object
For testing purposes thisEntityRef
can be used in place of a realEntityRef
. It forwards all messages to theprobe
.
-
-
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)
-
-
-
Field Detail
-
MODULE$
public static final TestEntityRef$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <M> EntityRef<M> apply(EntityTypeKey<M> typeKey, java.lang.String entityId, ActorRef<M> probe)
-
-