Uses of Class
io.dapr.actors.ActorId
-
Uses of ActorId in io.dapr.actors
Modifier and TypeMethodDescriptionstatic ActorId
ActorId.createRandom()
Creates a new ActorId with a random id. -
Uses of ActorId in io.dapr.actors.client
Modifier and TypeMethodDescriptionActorProxy.getActorId()
Returns the ActorId associated with the proxy object. -
Uses of ActorId in io.dapr.actors.runtime
Modifier and TypeMethodDescriptionprotected ActorId
AbstractActor.getId()
Returns the id of the actor.Modifier and TypeMethodDescriptionActorFactory.createActor
(ActorRuntimeContext<T> actorRuntimeContext, ActorId actorId) Creates an Actor.ModifierConstructorDescriptionprotected
AbstractActor
(ActorRuntimeContext runtimeContext, ActorId id) Instantiates a new Actor.