Uses of Class
io.dapr.actors.client.ActorClient
Package | Description |
---|---|
io.dapr.actors.client |
-
Uses of ActorClient in io.dapr.actors.client
Constructors in io.dapr.actors.client with parameters of type ActorClient Constructor Description ActorProxyBuilder(java.lang.Class<T> actorTypeClass, ActorClient actorClient)
Instantiates a new builder for a given Actor type, usingDefaultObjectSerializer
by default.ActorProxyBuilder(java.lang.String actorType, java.lang.Class<T> actorTypeClass, ActorClient actorClient)
Instantiates a new builder for a given Actor type, usingDefaultObjectSerializer
by default.