インターフェースの使用
jakarta.ws.rs.sse.InboundSseEvent
InboundSseEvent を使用するパッケージ
jakarta.ws.rs.sse 内の InboundSseEvent 使用
型 InboundSseEvent の型引数を持つ jakarta.ws.rs.sse のメソッドパラメーター修飾子と型メソッド説明voidSseEventSource.register(ConsumerSE<InboundSseEvent> onEvent) InboundSseEventコンシューマーを登録します。voidSseEventSource.register(ConsumerSE<InboundSseEvent> onEvent, ConsumerSE<ThrowableSE> onError) InboundSseEventおよびThrowableSE コンシューマーを登録します。voidSseEventSource.register(ConsumerSE<InboundSseEvent> onEvent, ConsumerSE<ThrowableSE> onError, RunnableSE onComplete) InboundSseEventおよびThrowableSE コンシューマーと onComplete コールバックを登録します。