Skip to content

Instantly share code, notes, and snippets.

@vedcraft
Created January 2, 2022 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vedcraft/231d916e0fbc2bfd3c9a3011dad8037e to your computer and use it in GitHub Desktop.
Save vedcraft/231d916e0fbc2bfd3c9a3011dad8037e to your computer and use it in GitHub Desktop.
AsyncAPI Example
asyncapi: 2.1.0
info:
title: Hello world message
version: '0.1.0'
channels:
hello:
publish:
message:
payload:
type: string
pattern: '^hello .+$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment