Maintained with ☕️ by
IcePanel logo
Microsoft Azure logo
Original post

Generally Available: Durable Functions support for Java

Share

Services

Durable Functions for Java is now generally available. Durable Functions makes it easy to orchestrate stateful workflows as-code in a serverless environment. Some common stateful application patterns that Durable Functions facilitates include "function chaining", "fan out/fan in", "async http APIs", "monitor", and "human interaction". More details about Durable Functions concepts and patterns can be found in our [documentation](https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview?tabs=java). To get started with Durable Functions for Java, try the [quickstart](https://aka.ms/quickstart-durable-functions-java). * Features