public interface SlaveTopicDetails extends TopicDetails
Slave
topic.
To create an instance of such details use a builder obtained from the
TopicControl
feature as follows:
TopicControl control = session.feature(TopicControl.class);
SlaveTopicDetails.Builder builder = control.newDetailsBuilder(SlaveTopicDetails.Builder.class);
The minimum that must be provided to the builder is the path of the master
topic.Modifier and Type | Interface and Description |
---|---|
static interface |
SlaveTopicDetails.Attributes
Slave topic details attributes.
|
static interface |
SlaveTopicDetails.Builder
Builder for a Slave Topic details.
|
static interface |
SlaveTopicDetails.Schema
Slave topic details schema.
|
TopicDetails.Level
Modifier and Type | Method and Description |
---|---|
SlaveTopicDetails.Builder |
newBuilder()
Returns a new builder initialized with the values from these details.
|
getAttributes, getLevel, getSchema, getType
SlaveTopicDetails.Builder newBuilder()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.