Uses of Interface
io.dapr.actors.runtime.ActorFactory
Packages that use ActorFactory
-
Uses of ActorFactory in io.dapr.actors.runtime
Methods in io.dapr.actors.runtime with parameters of type ActorFactoryModifier and TypeMethodDescription<T extends AbstractActor>
voidActorRuntime.registerActor
(Class<T> clazz, ActorFactory<T> actorFactory) Registers an actor with the runtime, usingDefaultObjectSerializer
.<T extends AbstractActor>
voidActorRuntime.registerActor
(Class<T> clazz, ActorFactory<T> actorFactory, DaprObjectSerializer objectSerializer, DaprObjectSerializer stateSerializer) Registers an actor with the runtime.