Uses of Class
io.dapr.actors.ActorId
Packages that use ActorId
-
Uses of ActorId in io.dapr.actors
Methods in io.dapr.actors that return ActorIdModifier and TypeMethodDescriptionstatic ActorId
ActorId.createRandom()
Creates a new ActorId with a random id.Methods in io.dapr.actors with parameters of type ActorId -
Uses of ActorId in io.dapr.actors.client
Methods in io.dapr.actors.client that return ActorIdModifier and TypeMethodDescriptionActorProxy.getActorId()
Returns the ActorId associated with the proxy object.Methods in io.dapr.actors.client with parameters of type ActorId -
Uses of ActorId in io.dapr.actors.runtime
Methods in io.dapr.actors.runtime that return ActorIdModifier and TypeMethodDescriptionprotected ActorId
AbstractActor.getId()
Returns the id of the actor.Methods in io.dapr.actors.runtime with parameters of type ActorIdModifier and TypeMethodDescriptionActorFactory.createActor
(ActorRuntimeContext<T> actorRuntimeContext, ActorId actorId) Creates an Actor.Constructors in io.dapr.actors.runtime with parameters of type ActorIdModifierConstructorDescriptionprotected
AbstractActor
(ActorRuntimeContext runtimeContext, ActorId id) Instantiates a new Actor.