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