Skip to content

Flogo App template for the AsyncAPI Generator.

License

Notifications You must be signed in to change notification settings

project-flogo/asyncapi-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flogo JSON template for the AsyncAPI Generator

Usage

ag asyncapi.yml project-flogo/asyncapi-gen -o output

If you don't have the AsyncAPI Generator installed, you can install it like this:

npm install -g @asyncapi/generator

Supported parameters

Name Description Required Example
server The server you want to use in the Flogo app. If not, all the servers that can be found in the document will be used. No production
resourceType The Flogo resource type to generate. Defaults to flow. No flow

Supported protocols

  • HTTP (http, https)
  • Kafka (kafka, kafka-secure)
  • MQTT (mqtt)
  • Stomp (stomp)
  • WebSockets (ws, wss)

Supported Flogo resource types

Releases

No releases published

Packages

No packages published