Class Response<T>

java.lang.Object
io.dapr.client.domain.Response<T>

public class Response<T>
extends java.lang.Object
A Dapr Response.
  • Constructor Summary

    Constructors 
    Constructor Description
    Response​(io.grpc.Context context, T object)  
  • Method Summary

    Modifier and Type Method Description
    io.grpc.Context getContext()  
    T getObject()  

    Methods inherited from class java.lang.Object

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

    • Response

      public Response​(io.grpc.Context context, T object)
  • Method Details