Package | Description |
---|---|
io.apicurio.datamodels.asyncapi.models | |
io.apicurio.datamodels.asyncapi.v2.models |
Modifier and Type | Field and Description |
---|---|
Map<String,AaiServer> |
AaiDocument.servers |
Modifier and Type | Method and Description |
---|---|
AaiServer |
AaiDocument.addServer(String name,
AaiServer server) |
AaiServer |
IAaiNodeFactory.createServer(Node parent,
String key) |
abstract AaiServer |
AaiDocument.createServer(String name) |
abstract AaiServer |
AaiDocument.createServer(String name,
String url,
String description) |
Modifier and Type | Method and Description |
---|---|
List<AaiServer> |
AaiDocument.getServers() |
Modifier and Type | Method and Description |
---|---|
AaiServer |
AaiDocument.addServer(String name,
AaiServer server) |
Modifier and Type | Class and Description |
---|---|
class |
Aai20Server
Models an AsyncAPI server.
|
Modifier and Type | Method and Description |
---|---|
AaiServer |
Aai20NodeFactory.createServer(Node parent,
String key) |
AaiServer |
Aai20Document.createServer(String name) |
AaiServer |
Aai20Document.createServer(String name,
String url,
String description) |
Copyright © 2021 Red Hat. All rights reserved.