Package io.dapr.actors
Class ActorUtils
java.lang.Object
io.dapr.actors.ActorUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
findActorTypeName
(Class<?> actorClass) Finds the actor type name for the given class or interface.
-
Constructor Details
-
ActorUtils
public ActorUtils()
-
-
Method Details
-
findActorTypeName
Finds the actor type name for the given class or interface.- Parameters:
actorClass
- Class or interface for Actor Type.- Returns:
- Name for Actor Type.
-