mirror of https://github.com/dapr/java-sdk.git
Generate updated javadocs for 1.13.3
Signed-off-by: Dapr Bot <daprweb@microsoft.com>
This commit is contained in:
parent
2402d52ff9
commit
c84fb3c32d
12
README.md
12
README.md
|
@ -49,19 +49,19 @@ For a Maven project, add the following to your `pom.xml` file:
|
|||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk</artifactId>
|
||||
<version>1.13.2</version>
|
||||
<version>1.13.3</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK for Actors (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-actors</artifactId>
|
||||
<version>1.13.2</version>
|
||||
<version>1.13.3</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK integration with SpringBoot (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-springboot</artifactId>
|
||||
<version>1.13.2</version>
|
||||
<version>1.13.3</version>
|
||||
</dependency>
|
||||
...
|
||||
</dependencies>
|
||||
|
@ -75,11 +75,11 @@ For a Gradle project, add the following to your `build.gradle` file:
|
|||
dependencies {
|
||||
...
|
||||
// Dapr's core SDK with all features, except Actors.
|
||||
compile('io.dapr:dapr-sdk:1.13.2')
|
||||
compile('io.dapr:dapr-sdk:1.13.3')
|
||||
// Dapr's SDK for Actors (optional).
|
||||
compile('io.dapr:dapr-sdk-actors:1.13.2')
|
||||
compile('io.dapr:dapr-sdk-actors:1.13.3')
|
||||
// Dapr's SDK integration with SpringBoot (optional).
|
||||
compile('io.dapr:dapr-sdk-springboot:1.13.2')
|
||||
compile('io.dapr:dapr-sdk-springboot:1.13.3')
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -46,19 +46,19 @@ For a Maven project, add the following to your `pom.xml` file:
|
|||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk</artifactId>
|
||||
<version>1.13.2</version>
|
||||
<version>1.13.3</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK for Actors (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-actors</artifactId>
|
||||
<version>1.13.2</version>
|
||||
<version>1.13.3</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK integration with SpringBoot (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-springboot</artifactId>
|
||||
<version>1.13.2</version>
|
||||
<version>1.13.3</version>
|
||||
</dependency>
|
||||
...
|
||||
</dependencies>
|
||||
|
@ -76,11 +76,11 @@ For a Gradle project, add the following to your `build.gradle` file:
|
|||
dependencies {
|
||||
...
|
||||
// Dapr's core SDK with all features, except Actors.
|
||||
compile('io.dapr:dapr-sdk:1.13.2')
|
||||
compile('io.dapr:dapr-sdk:1.13.3')
|
||||
// Dapr's SDK for Actors (optional).
|
||||
compile('io.dapr:dapr-sdk-actors:1.13.2')
|
||||
compile('io.dapr:dapr-sdk-actors:1.13.3')
|
||||
// Dapr's SDK integration with SpringBoot (optional).
|
||||
compile('io.dapr:dapr-sdk-springboot:1.13.2')
|
||||
compile('io.dapr:dapr-sdk-springboot:1.13.3')
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -96,7 +96,7 @@ You can fix this by specifying a compatible `OkHttp` version in your project to
|
|||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>1.13.2</version>
|
||||
<version>1.13.3</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
|
@ -25,12 +25,12 @@ If you already have a Spring Boot application (Spring Boot 3.x+), you can direct
|
|||
<dependency>
|
||||
<groupId>io.dapr.spring</groupId>
|
||||
<artifactId>dapr-spring-boot-starter</artifactId>
|
||||
<version>0.13.2</version>
|
||||
<version>0.13.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.dapr.spring</groupId>
|
||||
<artifactId>dapr-spring-boot-starter-test</artifactId>
|
||||
<version>0.13.2</version>
|
||||
<version>0.13.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="class index">
|
||||
<meta name="generator" content="javadoc/AllClassesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>All Packages (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>All Packages (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="package index">
|
||||
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Constant Field Values (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Constant Field Values (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="summary of constants">
|
||||
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="class index">
|
||||
<meta name="generator" content="javadoc/AllClassesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>All Packages (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>All Packages (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="package index">
|
||||
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>API Help (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>API Help (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="help">
|
||||
<meta name="generator" content="javadoc/HelpWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Index (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Index (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="index">
|
||||
<meta name="generator" content="javadoc/IndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Overview (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Overview (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="package index">
|
||||
<meta name="generator" content="javadoc/PackageIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -49,7 +49,7 @@ loadScripts(document, 'script');</script>
|
|||
<div class="flex-content">
|
||||
<main role="main">
|
||||
<div class="header">
|
||||
<h1 class="title">dapr-sdk-workflows 0.13.2 API</h1>
|
||||
<h1 class="title">dapr-sdk-workflows 0.13.3 API</h1>
|
||||
</div>
|
||||
<div id="all-packages-table">
|
||||
<div class="caption"><span>Packages</span></div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows, class: DaprWorkflowContextImpl">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Workflow (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Workflow (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows, class: Workflow">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>WorkflowContext (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows, interface: WorkflowContext">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowStub (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>WorkflowStub (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows, interface: WorkflowStub">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows, class: DaprWorkflowContextImpl">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.Workflow (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.Workflow (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows, class: Workflow">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows, interface: WorkflowContext">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows, interface: WorkflowStub">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>DaprWorkflowClient (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>DaprWorkflowClient (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: DaprWorkflowClient">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>NewWorkflowOption (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>NewWorkflowOption (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: NewWorkflowOption">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowFailureDetails (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>WorkflowFailureDetails (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: WorkflowFailureDetails">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowInstanceStatus (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>WorkflowInstanceStatus (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: WorkflowInstanceStatus">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client, class: DaprWorkflowClient">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.NewWorkflowOption (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.NewWorkflowOption (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client, class: NewWorkflowOption">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client, class: WorkflowFailureDetails">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client, class: WorkflowInstanceStatus">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.client (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>io.dapr.workflows.client (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.client Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>io.dapr.workflows.client Class Hierarchy (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="tree: package: io.dapr.workflows.client">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.client (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.client (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>ApiTokenClientInterceptor (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>ApiTokenClientInterceptor (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.internal, class: ApiTokenClientInterceptor">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.internal, class: ApiTokenClientInterceptor">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.internal (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>io.dapr.workflows.internal (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.internal">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.internal Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>io.dapr.workflows.internal Class Hierarchy (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="tree: package: io.dapr.workflows.internal">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.internal (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.internal (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.internal">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>io.dapr.workflows (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>io.dapr.workflows Class Hierarchy (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="tree: package: io.dapr.workflows">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>ActivityWrapper (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>ActivityWrapper (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, class: ActivityWrapper">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowActivity (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>WorkflowActivity (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, interface: WorkflowActivity">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowActivityContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>WorkflowActivityContext (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, class: WorkflowActivityContext">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowRuntime (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>WorkflowRuntime (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, class: WorkflowRuntime">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowRuntimeBuilder (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>WorkflowRuntimeBuilder (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, class: WorkflowRuntimeBuilder">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowRuntimeStatus (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>WorkflowRuntimeStatus (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, enum: WorkflowRuntimeStatus">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.ActivityWrapper (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.ActivityWrapper (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, class: ActivityWrapper">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.runtime.WorkflowActivity (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.runtime.WorkflowActivity (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, interface: WorkflowActivity">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowActivityContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowActivityContext (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, class: WorkflowActivityContext">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, class: WorkflowRuntime">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, class: WorkflowRuntimeBuilder">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Enum io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Enum io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, enum: WorkflowRuntimeStatus">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.runtime (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>io.dapr.workflows.runtime (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="tree: package: io.dapr.workflows.runtime">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.runtime (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.runtime (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>DaprSagaContextImpl (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>DaprSagaContextImpl (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, class: DaprSagaContextImpl">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Saga (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Saga (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, class: Saga">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>SagaCompensationException (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>SagaCompensationException (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, class: SagaCompensationException">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>SagaContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>SagaContext (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, interface: SagaContext">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>SagaOption.Builder (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>SagaOption.Builder (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, class: SagaOption, class: Builder">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>SagaOption (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>SagaOption (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, class: SagaOption">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.DaprSagaContextImpl (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.DaprSagaContextImpl (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, class: DaprSagaContextImpl">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.Saga (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.Saga (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, class: Saga">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaCompensationException (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaCompensationException (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, class: SagaCompensationException">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.saga.SagaContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.saga.SagaContext (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, interface: SagaContext">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaOption.Builder (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaOption.Builder (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, class: SagaOption, class: Builder">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaOption (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaOption (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, class: SagaOption">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.saga (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>io.dapr.workflows.saga (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.saga Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>io.dapr.workflows.saga Class Hierarchy (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="tree: package: io.dapr.workflows.saga">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.saga (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.saga (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>dapr-sdk-workflows 0.13.2 API</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>dapr-sdk-workflows 0.13.3 API</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="index redirect">
|
||||
<meta name="generator" content="javadoc/IndexRedirectWriter">
|
||||
<link rel="canonical" href="index.html">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Class Hierarchy (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="class tree">
|
||||
<meta name="generator" content="javadoc/TreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia Site Renderer 1.9.1 from org.apache.maven.plugins:maven-site-plugin:3.8.2:CategorySummaryDocumentRenderer at 2025-01-08
|
||||
| Generated by Apache Maven Doxia Site Renderer 1.9.1 from org.apache.maven.plugins:maven-site-plugin:3.8.2:CategorySummaryDocumentRenderer at 2025-01-21
|
||||
|
||||
| Rendered using Apache Maven Default Skin
|
||||
-->
|
||||
|
@ -25,8 +25,8 @@
|
|||
</div>
|
||||
<div id="breadcrumbs">
|
||||
<div class="xleft">
|
||||
<span id="publishDate">Last Published: 2025-01-08</span>
|
||||
 | <span id="projectVersion">Version: 0.13.2</span>
|
||||
<span id="publishDate">Last Published: 2025-01-21</span>
|
||||
 | <span id="projectVersion">Version: 0.13.3</span>
|
||||
</div>
|
||||
<div class="xright"><a href="./" title="dapr-sdk-workflows">dapr-sdk-workflows</a> </div>
|
||||
<div class="clear">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Serialized Form (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
|
||||
<title>Serialized Form (dapr-sdk-workflows 0.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="serialized forms">
|
||||
<meta name="generator" content="javadoc/SerializedFormWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Deprecated List (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Deprecated List (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="deprecated elements">
|
||||
<meta name="generator" content="javadoc/DeprecatedListWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>API Help (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>API Help (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="help">
|
||||
<meta name="generator" content="javadoc/HelpWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Index (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Index (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="index">
|
||||
<meta name="generator" content="javadoc/IndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Overview (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Overview (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="package index">
|
||||
<meta name="generator" content="javadoc/PackageIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -50,7 +50,7 @@ loadScripts(document, 'script');</script>
|
|||
<div class="flex-content">
|
||||
<main role="main">
|
||||
<div class="header">
|
||||
<h1 class="title">dapr-sdk-parent 1.13.2 API</h1>
|
||||
<h1 class="title">dapr-sdk-parent 1.13.3 API</h1>
|
||||
</div>
|
||||
<div id="all-packages-table">
|
||||
<div class="caption"><span>Packages</span></div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Rule (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Rule (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr, annotation type: Rule">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Topic (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Topic (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr, annotation type: Topic">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorId (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>ActorId (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorId">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorMethod (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>ActorMethod (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorMethod">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorTrace (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>ActorTrace (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorTrace">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorType (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>ActorType (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorType">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorUtils (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>ActorUtils (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorUtils">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.actors, class: ActorId">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorMethod (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorMethod (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.actors, annotation type: ActorMethod">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.actors, class: ActorTrace">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorType (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorType (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.actors, annotation type: ActorType">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorUtils (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorUtils (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.actors, class: ActorUtils">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorClient (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>ActorClient (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.client, class: ActorClient">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorProxy (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>ActorProxy (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.client, interface: ActorProxy">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorProxyBuilder (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>ActorProxyBuilder (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.client, class: ActorProxyBuilder">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorClient (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorClient (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.actors.client, class: ActorClient">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.actors.client.ActorProxy (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.actors.client.ActorProxy (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.actors.client, interface: ActorProxy">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorProxyBuilder (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorProxyBuilder (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.actors.client, class: ActorProxyBuilder">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>io.dapr.actors.client (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>io.dapr.actors.client (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.client">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>io.dapr.actors.client Class Hierarchy (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>io.dapr.actors.client Class Hierarchy (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="tree: package: io.dapr.actors.client">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors.client (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors.client (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.actors.client">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>io.dapr.actors (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>io.dapr.actors (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>io.dapr.actors Class Hierarchy (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>io.dapr.actors Class Hierarchy (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="tree: package: io.dapr.actors">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors (dapr-sdk-parent 1.13.3 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="dc.created" content="2025-01-21">
|
||||
<meta name="description" content="use: package: io.dapr.actors">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue