From 6b87fecb3f412a33189baba49e9c08fc5b1115af Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 1 Aug 2023 14:51:26 +0000 Subject: [PATCH] Update as-api-listener.md --- .../server-side-extensions/as-api-listener.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/software-developer-documentation/server-side-extensions/as-api-listener.md b/docs/software-developer-documentation/server-side-extensions/as-api-listener.md index d3066059451..3eaa3721b9d 100644 --- a/docs/software-developer-documentation/server-side-extensions/as-api-listener.md +++ b/docs/software-developer-documentation/server-side-extensions/as-api-listener.md @@ -58,9 +58,7 @@ is provided with the V3 API jar and provides 3 methods: session token used for the operation, the operation result and any exception that happened during the operation. -```{warning} -Implicit Requirements - +```{warning} Implicit Requirements **Requirement 1: Â The Listener should be Thread Safe Code** A single instance of the Listener is created during the server startup. -- GitLab