Skip to content

Latest commit

 

History

History

nats

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

NATS Bindings

This document defines how to describe NATS-specific information on AsyncAPI.

Version

Current version is 0.1.0.

Server Binding Object

This object MUST NOT contain any properties. Its name is reserved for future use.

Channel Binding Object

This object MUST NOT contain any properties. Its name is reserved for future use.

Operation Binding Object

Field Name Type Description
queue string Defines the name of the queue to use. It MUST NOT exceed 255 characters.
bindingVersion string The version of this binding. If omitted, "latest" MUST be assumed.

Message Binding Object

This object MUST NOT contain any properties. Its name is reserved for future use.