Class ActorMethodContext


  • public class ActorMethodContext
    extends Object
    Contains information about the method that is invoked by actor runtime.
    • Method Detail

      • getMethodName

        public String 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.