パッケージ | 説明 |
---|---|
javax.ws.rs.sse | サーバー送信イベント関連の API。 |
修飾子と型 | メソッドと説明 |
---|---|
void | SseEventSource.register(ConsumerSE<InboundSseEvent> onEvent) InboundSseEvent コンシューマーを登録します。 |
void | SseEventSource.register(ConsumerSE<InboundSseEvent> onEvent, ConsumerSE<ThrowableSE> onError) InboundSseEvent および Throwable SE コンシューマーを登録します。 |
void | SseEventSource.register(ConsumerSE<InboundSseEvent> onEvent, ConsumerSE<ThrowableSE> onError, RunnableSE onComplete) InboundSseEvent および Throwable SE コンシューマーと onComplete コールバックを登録します。 |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.