summaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-21 14:53:47 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-21 14:53:47 +0200
commit92943d8b47a907c4a5c3058ee8e6ca52b2c7ac0e (patch)
treefd1a4688dd2efbd3ba02ee946feb23fc53f2a055 /container-core/abi-spec.json
parent37028564a00ed82c3ae2a90f005fcbbf19066a08 (diff)
Allow error response for worker pool overload to be customized by handler
Diffstat (limited to 'container-core/abi-spec.json')
-rw-r--r--container-core/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index 244087e0271..4f0b0f2ff12 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -631,7 +631,8 @@
"protected void <init>(java.util.concurrent.Executor, com.yahoo.jdisc.Metric, boolean)",
"public final com.yahoo.jdisc.handler.ContentChannel handleRequest(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)",
"public java.time.Duration getTimeout()",
- "protected abstract void handleRequest(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.BufferedContentChannel, com.yahoo.jdisc.handler.ResponseHandler)"
+ "protected abstract void handleRequest(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.BufferedContentChannel, com.yahoo.jdisc.handler.ResponseHandler)",
+ "protected void writeErrorResponseWhenOverloadedWorkerPool(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)"
],
"fields": [
"protected final com.yahoo.jdisc.Metric metric"