We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ea53e commit ddca160Copy full SHA for ddca160
include/ProcedureCallback.hpp
@@ -48,7 +48,7 @@ class ProcedureCallback {
48
virtual bool callback(InvocationResponse response) throw (voltdb::Exception) = 0;
49
virtual void abandon(AbandonReason reason) {}
50
// Mechanism for procedure to over-ride abandon property set in client in event of backpressure.
51
- // @return true: honor the abandoning of requests in case of back pressure
+ // @return true: allow abandoning of requests in case of back pressure
52
// false: don't abandon the requests in back pressure scenario.
53
virtual bool allowAbandon() const {return true;}
54
virtual ~ProcedureCallback() {}
0 commit comments