Class InvokeServiceRequest

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

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

    Constructors 
    Constructor Description
    InvokeServiceRequest()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAppId()  
    java.lang.Object getBody()  
    java.lang.String getContentType()  
    io.grpc.Context getContext()  
    HttpExtension getHttpExtension()  
    java.util.Map<java.lang.String,​java.lang.String> getMetadata()  
    java.lang.String getMethod()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait