| Package | Description |
|---|---|
| com.linecorp.armeria.common.sse |
Server-Sent Events support.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerSentEventBuilder |
ServerSentEvent.builder()
Returns a newly created
ServerSentEventBuilder. |
ServerSentEventBuilder |
ServerSentEventBuilder.comment(String comment)
Sets the specified
comment. |
ServerSentEventBuilder |
ServerSentEventBuilder.data(String data)
Sets the specified
data. |
ServerSentEventBuilder |
ServerSentEventBuilder.event(String event)
Sets the specified
event. |
ServerSentEventBuilder |
ServerSentEventBuilder.id(String id)
Sets the specified
id. |
ServerSentEventBuilder |
ServerSentEventBuilder.retry(Duration retry)
Sets the specified
retry. |
Copyright © 2020 LeanCloud. All rights reserved.