Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 946 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 946 Bytes

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.