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.codecMethods in org.springframework.http.codec that return ServerSentEvent
- 
Uses of ServerSentEvent in org.springframework.web.reactive.functionMethods 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 givenServerSentEventpublisher.