public static interface SseEventSource.Listener
SseEventSource listener that can be registered to listen for newly received
InboundSseEvent notifications.| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(InboundSseEvent event)
Called when a new
InboundSseEvent is received by an event source. |
void onEvent(InboundSseEvent event)
InboundSseEvent is received by an event source.event - received inbound SSE event.Copyright © 1996-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.