| Package | Description |
|---|---|
| triady.generator.topic.interfaces |
| Modifier and Type | Method and Description |
|---|---|
static TopicMetadata |
TopicMetadata.create(Name name) |
static TopicMetadata |
TopicMetadata.create(SchemaMetadata schema,
Name name,
Description description) |
| Modifier and Type | Method and Description |
|---|---|
Optional<TopicMetadata> |
TopicCollection.contains(TopicMetadata topic) |
Iterator<TopicMetadata> |
TopicCollection.iterator() |
Stream<TopicMetadata> |
TopicCollection.stream() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicCollection.add(TopicMetadata topic) |
Optional<TopicMetadata> |
TopicCollection.contains(TopicMetadata topic) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicCollection.addAll(Collection<TopicMetadata> topics) |
Copyright © 2020. All rights reserved.