| Interface | Description |
|---|---|
| EventProcessor.ShutdownHandler |
Used to signal that the
EventProcessor reached terminal stage. |
| Class | Description |
|---|---|
| EventProcessor |
Private event processor task responsible for connecting to the SSE stream and processing
incoming SSE events as well as handling any connection issues.
|
| EventProcessor.Builder |
EventProcessor builder. |
| JerseySseEventSource |
SseEventSource implementation. |
| JerseySseEventSource.Builder |
SseEventSource.Builder implementation. |
| SseAutoDiscoverable |
Jersey
AutoDiscoverable responsible for registering SseFeature. |
| SseBinder |
Binds implementations to interfaces for injection of SSE-related injectables.
|
| SseEventSinkValueParamProvider |
ValueParamProvider for binding SseEventSink to its implementation. |
| Enum | Description |
|---|---|
| EventProcessor.State |
Event processor state, which is shared with the owner (to be able to control bootstrap and shutdown).
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.