Add default libraries for SSE (#1614)
Signed-off-by: Björn Lange <bjoern.lange@tu-dortmund.de>pull/1618/head
parent
acc732541d
commit
0915b10d55
|
@ -355,3 +355,9 @@ For Web Socket Operations
|
|||
::: 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.
|
||||
:::
|
||||
|
||||
For Server Sent Events (SSE) Operations
|
||||
|
||||
- javax.ws.rs.client
|
||||
- javax.ws.rs.core
|
||||
- javax.ws.rs.sse
|
||||
|
|
Loading…
Reference in New Issue