Package io.micronaut.http.client.sse
package io.micronaut.http.client.sse
Contains client interfaces for reading Server Sent Events (SSE).
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionA client for streaming Server Sent Event streams.A factory to create Server Sent Event clients.SseClientRegistry<E extends SseClient>Interface for managing the construction and lifecycle of instances of reactive clients.