Uses of Class
org.springframework.http.codec.ServerSentEvent
Package
Description
Provides a foundation for both the reactive client and server subpackages.
-
Uses of ServerSentEvent in org.springframework.http.codec
-
Uses of ServerSentEvent in org.springframework.web.reactive.function
Modifier and TypeMethodDescriptionstatic <T,
S extends Publisher<ServerSentEvent<T>>>
BodyInserter<S,ServerHttpResponse> BodyInserters.fromServerSentEvents
(S eventsPublisher) Inserter to write the givenServerSentEvent
publisher.