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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <M> EntityRef<M>of(EntityTypeKey<M> typeKey, String entityId, ActorRef<M> probe)
-
Constructor Details
-
TestEntityRef
public TestEntityRef()
-
-
Method Details
-
of
-