Skip to content

Commit c84fb3c

Browse files
committed
Generate updated javadocs for 1.13.3
Signed-off-by: Dapr Bot <[email protected]>
1 parent 2402d52 commit c84fb3c

File tree

1,243 files changed

+3737
-3737
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,243 files changed

+3737
-3737
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ For a Maven project, add the following to your `pom.xml` file:
4949
<dependency>
5050
<groupId>io.dapr</groupId>
5151
<artifactId>dapr-sdk</artifactId>
52-
<version>1.13.2</version>
52+
<version>1.13.3</version>
5353
</dependency>
5454
<!-- Dapr's SDK for Actors (optional). -->
5555
<dependency>
5656
<groupId>io.dapr</groupId>
5757
<artifactId>dapr-sdk-actors</artifactId>
58-
<version>1.13.2</version>
58+
<version>1.13.3</version>
5959
</dependency>
6060
<!-- Dapr's SDK integration with SpringBoot (optional). -->
6161
<dependency>
6262
<groupId>io.dapr</groupId>
6363
<artifactId>dapr-sdk-springboot</artifactId>
64-
<version>1.13.2</version>
64+
<version>1.13.3</version>
6565
</dependency>
6666
...
6767
</dependencies>
@@ -75,11 +75,11 @@ For a Gradle project, add the following to your `build.gradle` file:
7575
dependencies {
7676
...
7777
// Dapr's core SDK with all features, except Actors.
78-
compile('io.dapr:dapr-sdk:1.13.2')
78+
compile('io.dapr:dapr-sdk:1.13.3')
7979
// Dapr's SDK for Actors (optional).
80-
compile('io.dapr:dapr-sdk-actors:1.13.2')
80+
compile('io.dapr:dapr-sdk-actors:1.13.3')
8181
// Dapr's SDK integration with SpringBoot (optional).
82-
compile('io.dapr:dapr-sdk-springboot:1.13.2')
82+
compile('io.dapr:dapr-sdk-springboot:1.13.3')
8383
}
8484
```
8585

daprdocs/content/en/java-sdk-docs/_index.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ For a Maven project, add the following to your `pom.xml` file:
4646
<dependency>
4747
<groupId>io.dapr</groupId>
4848
<artifactId>dapr-sdk</artifactId>
49-
<version>1.13.2</version>
49+
<version>1.13.3</version>
5050
</dependency>
5151
<!-- Dapr's SDK for Actors (optional). -->
5252
<dependency>
5353
<groupId>io.dapr</groupId>
5454
<artifactId>dapr-sdk-actors</artifactId>
55-
<version>1.13.2</version>
55+
<version>1.13.3</version>
5656
</dependency>
5757
<!-- Dapr's SDK integration with SpringBoot (optional). -->
5858
<dependency>
5959
<groupId>io.dapr</groupId>
6060
<artifactId>dapr-sdk-springboot</artifactId>
61-
<version>1.13.2</version>
61+
<version>1.13.3</version>
6262
</dependency>
6363
...
6464
</dependencies>
@@ -76,11 +76,11 @@ For a Gradle project, add the following to your `build.gradle` file:
7676
dependencies {
7777
...
7878
// Dapr's core SDK with all features, except Actors.
79-
compile('io.dapr:dapr-sdk:1.13.2')
79+
compile('io.dapr:dapr-sdk:1.13.3')
8080
// Dapr's SDK for Actors (optional).
81-
compile('io.dapr:dapr-sdk-actors:1.13.2')
81+
compile('io.dapr:dapr-sdk-actors:1.13.3')
8282
// Dapr's SDK integration with SpringBoot (optional).
83-
compile('io.dapr:dapr-sdk-springboot:1.13.2')
83+
compile('io.dapr:dapr-sdk-springboot:1.13.3')
8484
}
8585
```
8686

@@ -96,7 +96,7 @@ You can fix this by specifying a compatible `OkHttp` version in your project to
9696
<dependency>
9797
<groupId>com.squareup.okhttp3</groupId>
9898
<artifactId>okhttp</artifactId>
99-
<version>1.13.2</version>
99+
<version>1.13.3</version>
100100
</dependency>
101101
```
102102

daprdocs/content/en/java-sdk-docs/spring-boot/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ If you already have a Spring Boot application (Spring Boot 3.x+), you can direct
2525
<dependency>
2626
<groupId>io.dapr.spring</groupId>
2727
<artifactId>dapr-spring-boot-starter</artifactId>
28-
<version>0.13.2</version>
28+
<version>0.13.3</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>io.dapr.spring</groupId>
3232
<artifactId>dapr-spring-boot-starter-test</artifactId>
33-
<version>0.13.2</version>
33+
<version>0.13.3</version>
3434
<scope>test</scope>
3535
</dependency>
3636
```

docs/allclasses-index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
5-
<title>All Classes and Interfaces (dapr-sdk-parent 1.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
5+
<title>All Classes and Interfaces (dapr-sdk-parent 1.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/allpackages-index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
5-
<title>All Packages (dapr-sdk-parent 1.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
5+
<title>All Packages (dapr-sdk-parent 1.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/constant-values.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
5-
<title>Constant Field Values (dapr-sdk-parent 1.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:16:01 UTC 2025 -->
5+
<title>Constant Field Values (dapr-sdk-parent 1.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="summary of constants">
1010
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/dapr-sdk-workflows/allclasses-index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>All Classes and Interfaces (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>All Classes and Interfaces (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/dapr-sdk-workflows/allpackages-index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>All Packages (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>All Packages (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/dapr-sdk-workflows/help-doc.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>API Help (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>API Help (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="help">
1010
<meta name="generator" content="javadoc/HelpWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/dapr-sdk-workflows/index-all.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>Index (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>Index (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="index">
1010
<meta name="generator" content="javadoc/IndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/dapr-sdk-workflows/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>Overview (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>Overview (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/PackageIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -49,7 +49,7 @@
4949
<div class="flex-content">
5050
<main role="main">
5151
<div class="header">
52-
<h1 class="title">dapr-sdk-workflows 0.13.2 API</h1>
52+
<h1 class="title">dapr-sdk-workflows 0.13.3 API</h1>
5353
</div>
5454
<div id="all-packages-table">
5555
<div class="caption"><span>Packages</span></div>

docs/dapr-sdk-workflows/io/dapr/workflows/DaprWorkflowContextImpl.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="declaration: package: io.dapr.workflows, class: DaprWorkflowContextImpl">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>Workflow (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>Workflow (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="declaration: package: io.dapr.workflows, class: Workflow">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowContext.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>WorkflowContext (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>WorkflowContext (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="declaration: package: io.dapr.workflows, interface: WorkflowContext">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>WorkflowStub (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>WorkflowStub (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="declaration: package: io.dapr.workflows, interface: WorkflowStub">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/dapr-sdk-workflows/io/dapr/workflows/class-use/DaprWorkflowContextImpl.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="use: package: io.dapr.workflows, class: DaprWorkflowContextImpl">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

docs/dapr-sdk-workflows/io/dapr/workflows/class-use/Workflow.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>Uses of Class io.dapr.workflows.Workflow (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>Uses of Class io.dapr.workflows.Workflow (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="use: package: io.dapr.workflows, class: Workflow">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowContext.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="use: package: io.dapr.workflows, interface: WorkflowContext">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowStub.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="use: package: io.dapr.workflows, interface: WorkflowStub">
1010
<meta name="generator" content="javadoc/ClassUseWriter">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

docs/dapr-sdk-workflows/io/dapr/workflows/client/DaprWorkflowClient.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>DaprWorkflowClient (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>DaprWorkflowClient (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: DaprWorkflowClient">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

docs/dapr-sdk-workflows/io/dapr/workflows/client/NewWorkflowOption.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>NewWorkflowOption (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>NewWorkflowOption (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: NewWorkflowOption">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowFailureDetails.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
5-
<title>WorkflowFailureDetails (dapr-sdk-workflows 0.13.2 API)</title>
4+
<!-- Generated by javadoc (17) on Tue Jan 21 18:19:41 UTC 2025 -->
5+
<title>WorkflowFailureDetails (dapr-sdk-workflows 0.13.3 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-08">
8+
<meta name="dc.created" content="2025-01-21">
99
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: WorkflowFailureDetails">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)