From c9d0b2e943954d749d2a7db8b2e7a5596703baea Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 1 Aug 2023 14:54:38 +0000 Subject: [PATCH] Update as-api-listener.md --- .../server-side-extensions/as-api-listener.md | 6 +++--- 1 file changed, 3 insertions(+), 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 3eaa3721b9d..2e78a4b926e 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,13 +58,13 @@ 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. - Since a single instance is used to serve all requests thread safe code is a requirement. - We strongly suggest to not to keep any state. **Requirement 2: The Listener should not throw Exceptions** -- GitLab