Create async functions
Before you creating any functions, make sure you’ve installed all the prerequisites
Async functions are event-driven and their inputs are usually events from Non-HTTP event sources like message queues, cron triggers, MQTT brokers etc. and usually the client will not wait for an immediate response after triggering an async function by delivering an event. Below you can find some async function examples in different languages:
Async Functions | |
---|---|
Go | Kafka input & HTTP output binding, Cron input & Kafka output binding, Cron input binding, Kafka input binding, Kafka pubsub |
Nodejs | MQTT binding & pubsub |
Python | |
Java | |
DotNet |
You can find more function samples here
Last modified June 19, 2022: Adjust Capital (#111) (fd2e4cc)
当前内容版权归 OpenFunction 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 OpenFunction .