Package io.dapr.actors.client
Class ActorClient
- java.lang.Object
-
- io.dapr.actors.client.ActorClient
-
- All Implemented Interfaces:
AutoCloseable
public class ActorClient extends Object implements AutoCloseable
Holds a client for Dapr sidecar communication. ActorClient should be reused.
-
-
Constructor Summary
Constructors Constructor Description ActorClient()
Instantiates a new channel for Dapr sidecar communication.
-
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-