AsyncAPI

sttp.apispec.asyncapi.AsyncAPI
case class AsyncAPI(asyncapi: String, id: Option[String], info: Info, servers: ListMap[String, Server], channels: ListMap[String, ReferenceOr[ChannelItem]], components: Option[Components], tags: List[Tag], externalDocs: Option[ExternalDocumentation], extensions: ListMap[String, ExtensionValue])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def id(id: String): AsyncAPI
def servers(s: ListMap[String, Server]): AsyncAPI
def tags(t: List[Tag]): AsyncAPI

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product