aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-28 14:18:02 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-28 14:19:38 +0200
commit0cf64bbf1ce25a077b82d8262c7e0fe89bd4b172 (patch)
tree0888d49a0658cb322b1c7ff2476e810655ec2d0f /container-core/abi-spec.json
parentcef539adea8b1ad6ba2314722c699a0a412082b7 (diff)
Provide underlying executor through getter
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 28aeb5155c2..ceaf1426ef2 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -632,7 +632,8 @@
"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 void writeErrorResponseOnOverload(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)"
+ "protected void writeErrorResponseOnOverload(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)",
+ "protected java.util.concurrent.Executor executor()"
],
"fields": [
"protected final com.yahoo.jdisc.Metric metric"