Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
com.pushtechnology.diffusion.client.session |
Client API : Sessions.
|
com.pushtechnology.diffusion.client.session.retry |
Client API : Retry.
|
Modifier and Type | Method and Description |
---|---|
<T> RecoverableUpdateStream<T> |
UpdateStream.Builder.build(String path,
Class<T> valueClass,
RetryStrategy strategy)
Creates a
RecoverableUpdateStream to use for updating a
specific topic. |
Modifier and Type | Method and Description |
---|---|
RetryStrategy |
SessionAttributes.getInitialRetryStrategy()
Returns the initial retry strategy.
|
Modifier and Type | Method and Description |
---|---|
SessionFactory |
SessionFactory.initialRetryStrategy(RetryStrategy strategy)
Sets the initial retry strategy.
|
Modifier and Type | Field and Description |
---|---|
static RetryStrategy |
RetryStrategy.NO_RETRY
The retry strategy that indicates that no retry is to be attempted.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.