| Package | Description |
|---|---|
| com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
| Modifier and Type | Method and Description |
|---|---|
<T> UpdateStream<T> |
TopicUpdate.createUpdateStream(String path,
Class<T> valueClass)
Creates an
update stream to use for updating a
specific topic. |
<T> UpdateStream<T> |
TopicUpdate.createUpdateStream(String path,
Class<T> valueClass,
UpdateConstraint constraint)
Creates an
update stream to use for updating a
specific topic. |
<T> UpdateStream<T> |
TopicUpdate.createUpdateStream(String path,
TopicSpecification specification,
Class<T> valueClass)
Creates an
update stream to use for creating and
updating a specific topic. |
<T> UpdateStream<T> |
TopicUpdate.createUpdateStream(String path,
TopicSpecification specification,
Class<T> valueClass,
UpdateConstraint constraint)
Creates an
update stream to use for creating and
updating a specific topic. |
Copyright © 2023 DiffusionData Limited. All rights reserved.