This topic type will be removed in a future release
@Deprecated public interface TopicNotifyTopicDetails extends TopicDetails
Topic Notify
topic.
This functional topic provides a notification service that clients may use to be informed when new topics are added, removed or have certain attributes changed.
At this release of the Unified API topics of this type may be created but may only be used by clients using the Classic API.
The easiest way to create an instance of such details is using
TopicControl.newDetails(TopicType)
, for example:
TopicControl control = session.feature(TopicControl.class);
TopicDetails details = control.newDetails(TopicType.TOPIC_NOTIFY);
Alternatively the details can be created using a builder obtained as follows:
TopicNotifyTopicDetails.Builder builder = control.newDetailsBuilder(TopicNotifyTopicDetails.Builder.class);
Modifier and Type | Interface and Description |
---|---|
static interface |
TopicNotifyTopicDetails.Attributes
Deprecated.
Topic notify topic details attributes.
|
static interface |
TopicNotifyTopicDetails.Builder
Deprecated.
Builder for Topic Notify topic details.
|
static interface |
TopicNotifyTopicDetails.Schema
Deprecated.
Topic Notify topic details schema.
|
TopicDetails.Level
Modifier and Type | Method and Description |
---|---|
TopicNotifyTopicDetails.Builder |
newBuilder()
Deprecated.
Returns a new builder initialized with the values from these details.
|
getAttributes, getLevel, getSchema, getType
TopicNotifyTopicDetails.Builder newBuilder()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.