public interface EventsTopicPathBuilder extends TopicPathBuildable
| Modifier and Type | Method and Description |
|---|---|
EventsTopicPathBuilder |
created()
Sets the
Action of this builder to TopicPath.Action.CREATED. |
EventsTopicPathBuilder |
deleted()
Sets the
Action of this builder to TopicPath.Action.DELETED. |
EventsTopicPathBuilder |
modified()
Sets the
Action of this builder to TopicPath.Action.MODIFIED. |
buildEventsTopicPathBuilder created()
Action of this builder to TopicPath.Action.CREATED. A previously set action is replaced.EventsTopicPathBuilder modified()
Action of this builder to TopicPath.Action.MODIFIED. A previously set action is
replaced.EventsTopicPathBuilder deleted()
Action of this builder to TopicPath.Action.DELETED. A previously set action is replaced.Copyright © 2017–2019 Eclipse Foundation. All rights reserved.