Package | Description |
---|---|
io.dapr.actors.runtime |
Modifier and Type | Method and Description |
---|---|
<T extends AbstractActor> |
ActorRuntime.registerActor(Class<T> clazz,
ActorFactory<T> actorFactory)
Registers an actor with the runtime, using
DefaultObjectSerializer . |
<T extends AbstractActor> |
ActorRuntime.registerActor(Class<T> clazz,
ActorFactory<T> actorFactory,
DaprObjectSerializer objectSerializer,
DaprObjectSerializer stateSerializer)
Registers an actor with the runtime.
|
Copyright © 2020. All rights reserved.