Uses of Interface
io.dapr.actors.runtime.ActorFactory
| Package | Description |
|---|---|
| io.dapr.actors.runtime |
-
Uses of ActorFactory in io.dapr.actors.runtime
Methods in io.dapr.actors.runtime with parameters of type ActorFactory Modifier and Type Method Description <T extends AbstractActor>
voidActorRuntime. registerActor(java.lang.Class<T> clazz, ActorFactory<T> actorFactory)Registers an actor with the runtime, usingDefaultObjectSerializer.<T extends AbstractActor>
voidActorRuntime. registerActor(java.lang.Class<T> clazz, ActorFactory<T> actorFactory, DaprObjectSerializer objectSerializer, DaprObjectSerializer stateSerializer)Registers an actor with the runtime.