Package dev.vality.damsel.context
Interface ContextsSrv.Iface
- All Known Implementing Classes:
ContextsSrv.Client
- Enclosing class:
- ContextsSrv
public static interface ContextsSrv.Iface
-
Method Summary
-
Method Details
-
get
- Throws:
ObjectNotFoundorg.apache.thrift.TException
-
put
void put(String id, String ns, Value context) throws ObjectNotFound, Forbidden, org.apache.thrift.TException - Throws:
ObjectNotFoundForbiddenorg.apache.thrift.TException
-
delete
- Throws:
ObjectNotFoundForbiddenorg.apache.thrift.TException
-