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 Summary
Modifier and Type Method Description void
close()
-
Constructor Details
-
ActorClient
public ActorClient()Instantiates a new channel for Dapr sidecar communication.
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-