| Package | Description |
|---|---|
| javax.ws.rs.sse |
| Modifier and Type | Method and Description |
|---|---|
OutboundSseEvent |
OutboundSseEvent.Builder.build() |
default OutboundSseEvent |
Sse.newEvent(String data) |
default OutboundSseEvent |
Sse.newEvent(String name,
String data) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<?> |
SseBroadcaster.broadcast(OutboundSseEvent event) |
CompletionStage<?> |
SseEventSink.send(OutboundSseEvent event) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.