@ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| ResumableFramesStore |
Store for resumable frames
|
| ResumeStateHolder | |
| ResumeStrategy | Deprecated
as of 1.0 RC7 in favor of using
Resume.retry(Retry) via
RSocketConnector or RSocketServer. |
| RSocketSession<T> |
| Class | Description |
|---|---|
| ClientResume | |
| ClientRSocketSession | |
| ExponentialBackoffResumeStrategy | Deprecated
as of 1.0 RC7 in favor of passing
Retry.backoff(long, Duration) to Resume.retry(Retry). |
| InMemoryResumableFramesStore | |
| PeriodicResumeStrategy | Deprecated
as of 1.0 RC7 in favor of passing
Retry.fixedDelay(long, Duration) to Resume.retry(Retry). |
| ResumableDuplexConnection | |
| ServerRSocketSession | |
| SessionManager |