Uses of Class
io.dapr.actors.client.ActorClient
Packages that use ActorClient
-
Uses of ActorClient in io.dapr.actors.client
Constructors in io.dapr.actors.client with parameters of type ActorClientModifierConstructorDescriptionActorProxyBuilder
(Class<T> actorTypeClass, ActorClient actorClient) Instantiates a new builder for a given Actor type, usingDefaultObjectSerializer
by default.ActorProxyBuilder
(String actorType, Class<T> actorTypeClass, ActorClient actorClient) Instantiates a new builder for a given Actor type, usingDefaultObjectSerializer
by default.