# Packages
No description provided by the author
# README
Apache Pulsar Trigger
This trigger provides your flogo application the ability to build pulsar functions.
Installation
flogo install github.com/project-flogo/messaging-contrib/pulsar/trigger/function
Configuration
Output:
Name | Type | Description |
---|---|---|
message | bytes | The message from the Pulsar Queue. |
Reply:
Name | Type | Description |
---|---|---|
out | any | The output from flogo action. |