| Modifier and Type | Method and Description |
|---|---|
static ApiMetadata |
ApiMetadata.create(Name name,
Description description) |
| Modifier and Type | Method and Description |
|---|---|
static CacheMetadata |
CacheMetadata.create(ModuleMetadata module,
SchemaMetadata schema,
JsonSchemaSpecification cacheSchema,
Name name,
Description description) |
| Modifier and Type | Method and Description |
|---|---|
static ContextMetadata |
ContextMetadata.create(Name name,
Description description) |
| Constructor and Description |
|---|
Metadata(Collection collection,
Name name,
Description description) |
| Modifier and Type | Method and Description |
|---|---|
static ModuleMetadata |
ModuleMetadata.create(ContextMetadata context,
Name name,
Description description,
ConsumesTopics consumesTopics,
ProducesTopics producesTopics) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaMetadata |
SchemaMetadata.create(ContextMetadata context,
Name name,
Description description,
JsonSchemaSpecification jsonSchema) |
| Modifier and Type | Method and Description |
|---|---|
static TableMetadata |
TableMetadata.create(ModuleMetadata module,
JsonSchemaSpecification jsonSchema,
Name name,
Description description) |
| Modifier and Type | Method and Description |
|---|---|
static TopicMetadata |
TopicMetadata.create(SchemaMetadata schema,
Name name,
Description description) |
Copyright © 2020. All rights reserved.