Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecoverableUpdateStream<T>
An extension to
UpdateStream that includes recovery functionality. |
Modifier and Type | Method and Description |
---|---|
<T> UpdateStream<T> |
UpdateStream.Builder.build(String path,
Class<T> valueClass)
Creates an
UpdateStream to use for updating a
specific topic. |
<T> UpdateStream<T> |
TopicUpdate.createUpdateStream(String path,
Class<T> valueClass)
Deprecated.
since 6.9
|
<T> UpdateStream<T> |
TopicUpdate.createUpdateStream(String path,
Class<T> valueClass,
UpdateConstraint constraint)
Deprecated.
since 6.9
|
<T> UpdateStream<T> |
TopicUpdate.createUpdateStream(String path,
TopicSpecification specification,
Class<T> valueClass)
Deprecated.
since 6.9
|
<T> UpdateStream<T> |
TopicUpdate.createUpdateStream(String path,
TopicSpecification specification,
Class<T> valueClass,
UpdateConstraint constraint)
Deprecated.
since 6.9
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.