Package io.dapr.actors.runtime
Class ActorMethodContext
java.lang.Object
io.dapr.actors.runtime.ActorMethodContext
Contains information about the method that is invoked by actor runtime.
-
Method Summary
Modifier and TypeMethodDescriptionio.dapr.actors.runtime.ActorCallType
Gets the call type to be used.Gets the name of the method invoked by actor runtime.
-
Method Details
-
getMethodName
Gets the name of the method invoked by actor runtime.- Returns:
- The method name.
-
getCallType
public io.dapr.actors.runtime.ActorCallType getCallType()Gets the call type to be used.- Returns:
- Call type.
-