Interface ContextsSrv.AsyncIface

All Known Implementing Classes:
ContextsSrv.AsyncClient
Enclosing class:
ContextsSrv

public static interface ContextsSrv.AsyncIface
  • Method Summary

    Modifier and Type Method Description
    void delete​(String id, String ns, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)  
    void get​(String id, String ns, org.apache.thrift.async.AsyncMethodCallback<Value> resultHandler)  
    void put​(String id, String ns, Value context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)  
  • Method Details

    • get

      void get​(String id, String ns, org.apache.thrift.async.AsyncMethodCallback<Value> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • put

      void put​(String id, String ns, Value context, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • delete

      void delete​(String id, String ns, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException