jar

com.microsoft : durabletask-azure-functions

Maven & Gradle

Jul 27, 2023
13 stars

Azure Durable Functions SDK for Java · This package contains classes, interfaces, and annotations for developing with Azure Durable Functions in Java.

Table Of Contents

Latest Version

Download com.microsoft : durabletask-azure-functions JAR file - Latest Versions:

All Versions

Download com.microsoft : durabletask-azure-functions JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window durabletask-azure-functions-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.microsoft.durabletask.azurefunctions.internal.middleware

├─ com.microsoft.durabletask.azurefunctions.internal.middleware.OrchestrationMiddleware.class - [JAR]

com.microsoft.durabletask.azurefunctions

├─ com.microsoft.durabletask.azurefunctions.DurableActivityTrigger.class - [JAR]

├─ com.microsoft.durabletask.azurefunctions.DurableClientContext.class - [JAR]

├─ com.microsoft.durabletask.azurefunctions.DurableClientInput.class - [JAR]

├─ com.microsoft.durabletask.azurefunctions.DurableOrchestrationTrigger.class - [JAR]

├─ com.microsoft.durabletask.azurefunctions.HttpManagementPayload.class - [JAR]

Advertisement