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 | Cron input & Kafka output binding, Kafka pubsub |
DotNet |
You can find more function samples here
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.