Uses of Class
dev.vality.damsel.context.ContextsSrv.Get_args
Packages that use ContextsSrv.Get_args
-
Uses of ContextsSrv.Get_args in dev.vality.damsel.context
Methods in dev.vality.damsel.context that return ContextsSrv.Get_argsModifier and TypeMethodDescriptionContextsSrv.Get_args.deepCopy()ContextsSrv.AsyncProcessor.Get.getEmptyArgsInstance()ContextsSrv.Processor.Get.getEmptyArgsInstance()Methods in dev.vality.damsel.context with parameters of type ContextsSrv.Get_argsModifier and TypeMethodDescriptionintContextsSrv.Get_args.compareTo(ContextsSrv.Get_args other) booleanContextsSrv.Get_args.equals(ContextsSrv.Get_args that) ContextsSrv.Processor.Get.getResult(I iface, ContextsSrv.Get_args args) voidContextsSrv.AsyncProcessor.Get.start(I iface, ContextsSrv.Get_args args, org.apache.thrift.async.AsyncMethodCallback<Value> resultHandler) Constructors in dev.vality.damsel.context with parameters of type ContextsSrv.Get_argsModifierConstructorDescriptionGet_args(ContextsSrv.Get_args other) Performs a deep copy on other.