/flogonsqtrigger

NSQ trigger for flogo

Primary LanguageGo

NSQ Trigger

Flogo trigger activity for NSQ

Installation

flogo install github.com/abasse/flogonsqtrigger

Schema

Settings, Outputs and Endpoint:

{
  "output": [
    {
      "name": "message",
      "type": "string"
    }
  ],
  "handler": {
    "settings": [{
      "name": "NsqlookupdAddress",
      "type": "string",
	    "required":"true"
    },
    {
      "name": "Topic",
      "type": "string",
	    "required":"true"
    }
    ]
  }