| Constructor and Description |
|---|
JaxRsServerSentEventsResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(String message,
Sse sse) |
void |
close() |
void |
getMessageQueue(SseEventSink sink) |
void |
startDomain(String id,
SseEventSink domainSink,
Sse sse) |
@GET @Produces(value="text/event-stream") public void getMessageQueue(@Context SseEventSink sink)
@POST public void addMessage(String message, @Context Sse sse) throws IOException
IOException@DELETE public void close() throws IOException
IOExceptionCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.