public interface SseEventSink extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
CompletionStage<?> |
send(OutboundSseEvent event) |
boolean isClosed()
CompletionStage<?> send(OutboundSseEvent event)
void close()
close in interface AutoCloseableCopyright © 2018 The Apache Software Foundation. All rights reserved.