Uses of Interface
org.springframework.http.codec.ServerSentEvent.Builder
Packages that use ServerSentEvent.Builder
Package
Description
- 
Uses of ServerSentEvent.Builder in org.springframework.http.codecMethods in org.springframework.http.codec that return ServerSentEvent.BuilderModifier and TypeMethodDescriptionstatic <T> ServerSentEvent.Builder<T>ServerSentEvent.builder()Return a builder for aServerSentEvent.static <T> ServerSentEvent.Builder<T>ServerSentEvent.builder(T data) Return a builder for aServerSentEvent, populated with the given data.Set SSE comment.Set the value of thedatafield.Set the value of theeventfield.Set the value of theidfield.Set the value of theretryfield.