Uses of Interface
jakarta.ws.rs.sse.InboundSseEvent
| Package | Description | 
|---|---|
| jakarta.ws.rs.sse | Server-Sent Events related API. | 
- 
Uses of InboundSseEvent in jakarta.ws.rs.sseMethod parameters in jakarta.ws.rs.sse with type arguments of type InboundSseEvent Modifier and Type Method Description voidSseEventSource. register(Consumer<InboundSseEvent> onEvent)Register aInboundSseEventconsumer.voidSseEventSource. register(Consumer<InboundSseEvent> onEvent, Consumer<Throwable> onError)RegisterInboundSseEventandThrowableconsumers.voidSseEventSource. register(Consumer<InboundSseEvent> onEvent, Consumer<Throwable> onError, Runnable onComplete)RegisterInboundSseEventandThrowableconsumers and onComplete callback.