Add default libraries for SSE (#1614)

Signed-off-by: Björn Lange <bjoern.lange@tu-dortmund.de>
pull/1618/head
Björn Lange 2021-07-07 08:09:34 +02:00 committed by GitHub
parent acc732541d
commit 0915b10d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -355,3 +355,9 @@ For Web Socket Operations
::: tip Note ::: tip Note
WebSocketClient instances should be obtained by the handler factory through the WebSocketClientFactory service and unless there are specific configuration requirements, the shared instance should be used. WebSocketClient instances should be obtained by the handler factory through the WebSocketClientFactory service and unless there are specific configuration requirements, the shared instance should be used.
::: :::
For Server Sent Events (SSE) Operations
- javax.ws.rs.client
- javax.ws.rs.core
- javax.ws.rs.sse