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