Generated by
JDiff

Class org.springframework.http.codec.ServerSentEventHttpMessageWriter

Removed Constructors
ServerSentEventHttpMessageWriter(List<Encoder<?>>)  
 

Added Constructors
ServerSentEventHttpMessageWriter(Encoder<?>) Constructor with JSON {@code Encoder} for encoding objects.
 

Added Methods
Encoder<?> getEncoder() Return the configured {@code Encoder}, possibly {@code null}.
<any> write(<any>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>)  
 

Removed Fields
String SSE_CONTENT_HINT Server-Sent Events hint key expecting a Boolean value which when set to true will adapt the content in order to comply with Server-Sent Events recommendation.