Uses of Class
com.airepublic.http.sse.api.SseEvent.Builder
-
-
Uses of SseEvent.Builder in com.airepublic.http.sse.api
Methods in com.airepublic.http.sse.api that return SseEvent.Builder Modifier and Type Method Description SseEvent.BuilderSseEvent.Builder. withComment(java.lang.String comment)Adds the event comment.SseEvent.BuilderSseEvent.Builder. withData(java.lang.String data)Adds the event data.SseEvent.BuilderSseEvent.Builder. withId(java.lang.String id)Adds the event id.SseEvent.BuilderSseEvent.Builder. withName(java.lang.String name)Adds the event name.SseEvent.BuilderSseEvent.Builder. withRetry(long retryDelay)Adds the event connection retry delay.
-