Package io.dapr.actors.client
Class ActorClient
java.lang.Object
io.dapr.actors.client.ActorClient
- All Implemented Interfaces:
java.lang.AutoCloseable
public class ActorClient
extends java.lang.Object
implements java.lang.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()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ActorClient
public ActorClient()Instantiates a new channel for Dapr sidecar communication.
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfacejava.lang.AutoCloseable
-