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