| Package | Description |
|---|---|
| org.cloudfoundry.reactor.routing.v1.tcproutes |
| Modifier and Type | Method and Description |
|---|---|
static ServerSentEvent.Builder |
ServerSentEvent.builder()
Creates a builder for
ServerSentEvent. |
ServerSentEvent.Builder |
ServerSentEvent.Builder.data(String data)
Initializes the value for the
data attribute. |
ServerSentEvent.Builder |
ServerSentEvent.Builder.eventType(String eventType)
Initializes the value for the
eventType attribute. |
ServerSentEvent.Builder |
ServerSentEvent.Builder.from(ServerSentEvent instance)
Fill a builder with attribute values from the provided
ServerSentEvent instance. |
ServerSentEvent.Builder |
ServerSentEvent.Builder.id(String id)
Initializes the value for the
id attribute. |
ServerSentEvent.Builder |
ServerSentEvent.Builder.retry(Integer retry)
Initializes the value for the
retry attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.