Class ActorMethodContext

java.lang.Object
io.dapr.actors.runtime.ActorMethodContext

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

    • 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.