Azure Daily 2022
by Gordon
Public preview: Durable Functions for Java
Durable Functions, an extension to Azure Functions that lets you define stateful serverless workflows in code, now supports Java. You can use Durable Functions to implement complex function orchestration that would otherwise require writing lots of boilerplate code for state management.
In this preview, you can leverage existing Durable Functions patterns such as "function chaining", "fan-out/fan-in", "async HTTP APIs", "monitor", and "human interaction". The sample below shows a simple, durable function that is triggered by an HTTP request and invokes tasks in a sequence.
Read the documentation for more patterns supported by Durable Functions. To get started with Java Durable Functions, try the quickstart.
Azure Functions
Referenced in:
Leave a Comment
All fields are required. Your email address will not be published.
Comments