Uses of Class
io.dapr.actors.runtime.ActorRuntimeContext
Packages that use ActorRuntimeContext
-
Uses of ActorRuntimeContext in io.dapr.actors.runtime
Methods in io.dapr.actors.runtime with parameters of type ActorRuntimeContextModifier and TypeMethodDescriptionActorFactory.createActor
(ActorRuntimeContext<T> actorRuntimeContext, ActorId actorId) Creates an Actor.Constructors in io.dapr.actors.runtime with parameters of type ActorRuntimeContextModifierConstructorDescriptionprotected
AbstractActor
(ActorRuntimeContext runtimeContext, ActorId id) Instantiates a new Actor.