Class InvokeMethodRequest

java.lang.Object
io.dapr.client.domain.InvokeMethodRequest

public class InvokeMethodRequest
extends java.lang.Object
A request to invoke a service.
  • Constructor Summary

    Constructors
    Constructor Description
    InvokeMethodRequest()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAppId()  
    java.lang.Object getBody()  
    java.lang.String getContentType()  
    HttpExtension getHttpExtension()  
    java.lang.String getMethod()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InvokeMethodRequest

      public InvokeMethodRequest()
  • Method Details

    • getAppId

      public java.lang.String getAppId()
    • getMethod

      public java.lang.String getMethod()
    • getBody

      public java.lang.Object getBody()
    • getHttpExtension

      public HttpExtension getHttpExtension()
    • getContentType

      public java.lang.String getContentType()