public interface TopicPathBuilder
TopicPath instances.| Modifier and Type | Method and Description |
|---|---|
CommandsTopicPathBuilder |
commands()
Sets the
Criterion of this builder to TopicPath.Criterion.COMMANDS. |
TopicPathBuildable |
errors()
Sets the
Criterion of this builder to TopicPath.Criterion.ERRORS. |
EventsTopicPathBuilder |
events()
Sets the
Criterion of this builder to TopicPath.Criterion.EVENTS. |
TopicPathBuilder |
live()
Sets the
Channel of this builder to TopicPath.Channel.LIVE. |
MessagesTopicPathBuilder |
messages()
Sets the
Criterion of this builder to TopicPath.Criterion.MESSAGES. |
TopicPathBuilder |
policies()
Sets the
Group of this builder to TopicPath.Group.POLICIES. |
TopicPathBuildable |
search()
Sets the
Criterion of this builder to TopicPath.Criterion.SEARCH. |
TopicPathBuilder |
things()
Sets the
Group of this builder to TopicPath.Group.THINGS. |
TopicPathBuilder |
twin()
Sets the
Channel of this builder to TopicPath.Channel.TWIN. |
TopicPathBuilder things()
Group of this builder to TopicPath.Group.THINGS. A previously set group is replaced.TopicPathBuilder policies()
Group of this builder to TopicPath.Group.POLICIES. A previously set group is replaced.CommandsTopicPathBuilder commands()
Criterion of this builder to TopicPath.Criterion.COMMANDS. A previously set criterion is
replaced.TopicPathBuilder twin()
Channel of this builder to TopicPath.Channel.TWIN. A previously set channel is
replaced.TopicPathBuilder live()
Channel of this builder to TopicPath.Channel.LIVE. A previously set channel is
replaced.EventsTopicPathBuilder events()
Criterion of this builder to TopicPath.Criterion.EVENTS. A previously set criterion is
replaced.TopicPathBuildable search()
Criterion of this builder to TopicPath.Criterion.SEARCH. A previously set action is
replaced.TopicPathBuildable errors()
Criterion of this builder to TopicPath.Criterion.ERRORS. A previously set action is
replaced.MessagesTopicPathBuilder messages()
Criterion of this builder to TopicPath.Criterion.MESSAGES. A previously set criterion is
replaced.Copyright © 2017–2019 Eclipse Foundation. All rights reserved.