Class TestEntityRef$
java.lang.Object
org.apache.pekko.cluster.sharding.typed.testkit.javadsl.TestEntityRef$
For testing purposes this
EntityRef can be used in place of a real pekko.cluster.sharding.typed.javadsl.EntityRef.
It forwards all messages to the probe.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestEntityRef$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<M> EntityRef<M>of(EntityTypeKey<M> typeKey, String entityId, ActorRef<M> probe)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TestEntityRef$
public TestEntityRef$()
-
-
Method Details
-
of
-