Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.topics.views |
Client API : Topic View Features.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<TopicView> |
TopicViews.createTopicView(String name,
String specification)
Create a new named topic view.
|
CompletableFuture<TopicView> |
TopicViews.getTopicView(String name)
Get a named Topic View.
|
CompletableFuture<List<TopicView>> |
TopicViews.listTopicViews()
List all the topic views that have been created.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.