Skip to content

Commit 9ab08b8

Browse files
committed
Generate updated javadocs for 1.7.1
Signed-off-by: Artur Souza <[email protected]>
1 parent 7bebcf1 commit 9ab08b8

File tree

660 files changed

+1992
-1992
lines changed

Some content is hidden

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

660 files changed

+1992
-1992
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ For a Maven project, add the following to your `pom.xml` file:
5252
<dependency>
5353
<groupId>io.dapr</groupId>
5454
<artifactId>dapr-sdk</artifactId>
55-
<version>1.7.0</version>
55+
<version>1.7.1</version>
5656
</dependency>
5757
<!-- Dapr's SDK for Actors (optional). -->
5858
<dependency>
5959
<groupId>io.dapr</groupId>
6060
<artifactId>dapr-sdk-actors</artifactId>
61-
<version>1.7.0</version>
61+
<version>1.7.1</version>
6262
</dependency>
6363
<!-- Dapr's SDK integration with SpringBoot (optional). -->
6464
<dependency>
6565
<groupId>io.dapr</groupId>
6666
<artifactId>dapr-sdk-springboot</artifactId>
67-
<version>1.7.0</version>
67+
<version>1.7.1</version>
6868
</dependency>
6969
...
7070
</dependencies>
@@ -78,11 +78,11 @@ For a Gradle project, add the following to your `build.gradle` file:
7878
dependencies {
7979
...
8080
// Dapr's core SDK with all features, except Actors.
81-
compile('io.dapr:dapr-sdk:1.7.0')
81+
compile('io.dapr:dapr-sdk:1.7.1')
8282
// Dapr's SDK for Actors (optional).
83-
compile('io.dapr:dapr-sdk-actors:1.7.0')
83+
compile('io.dapr:dapr-sdk-actors:1.7.1')
8484
// Dapr's SDK integration with SpringBoot (optional).
85-
compile('io.dapr:dapr-sdk-springboot:1.7.0')
85+
compile('io.dapr:dapr-sdk-springboot:1.7.1')
8686
}
8787
```
8888

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ For a Maven project, add the following to your `pom.xml` file:
3131
<dependency>
3232
<groupId>io.dapr</groupId>
3333
<artifactId>dapr-sdk</artifactId>
34-
<version>1.7.0</version>
34+
<version>1.7.1</version>
3535
</dependency>
3636
<!-- Dapr's SDK for Actors (optional). -->
3737
<dependency>
3838
<groupId>io.dapr</groupId>
3939
<artifactId>dapr-sdk-actors</artifactId>
40-
<version>1.7.0</version>
40+
<version>1.7.1</version>
4141
</dependency>
4242
<!-- Dapr's SDK integration with SpringBoot (optional). -->
4343
<dependency>
4444
<groupId>io.dapr</groupId>
4545
<artifactId>dapr-sdk-springboot</artifactId>
46-
<version>1.7.0</version>
46+
<version>1.7.1</version>
4747
</dependency>
4848
...
4949
</dependencies>
@@ -57,11 +57,11 @@ For a Gradle project, add the following to your `build.gradle` file:
5757
dependencies {
5858
...
5959
// Dapr's core SDK with all features, except Actors.
60-
compile('io.dapr:dapr-sdk:1.7.0')
60+
compile('io.dapr:dapr-sdk:1.7.1')
6161
// Dapr's SDK for Actors (optional).
62-
compile('io.dapr:dapr-sdk-actors:1.7.0')
62+
compile('io.dapr:dapr-sdk-actors:1.7.1')
6363
// Dapr's SDK integration with SpringBoot (optional).
64-
compile('io.dapr:dapr-sdk-springboot:1.7.0')
64+
compile('io.dapr:dapr-sdk-springboot:1.7.1')
6565
}
6666
```
6767

@@ -72,7 +72,7 @@ You can fix this by specifying a compatible OkHttp version in your project to ma
7272
<dependency>
7373
<groupId>com.squareup.okhttp3</groupId>
7474
<artifactId>okhttp</artifactId>
75-
<version>1.7.0</version>
75+
<version>1.7.1</version>
7676
</dependency>
7777
```
7878

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ For a Maven project, add the following to your `pom.xml` file:
3131
<dependency>
3232
<groupId>io.dapr</groupId>
3333
<artifactId>dapr-sdk</artifactId>
34-
<version>1.7.0</version>
34+
<version>1.7.1</version>
3535
</dependency>
3636
<!-- Dapr's SDK for Actors (optional). -->
3737
<dependency>
3838
<groupId>io.dapr</groupId>
3939
<artifactId>dapr-sdk-actors</artifactId>
40-
<version>1.7.0</version>
40+
<version>1.7.1</version>
4141
</dependency>
4242
<!-- Dapr's SDK integration with SpringBoot (optional). -->
4343
<dependency>
4444
<groupId>io.dapr</groupId>
4545
<artifactId>dapr-sdk-springboot</artifactId>
46-
<version>1.7.0</version>
46+
<version>1.7.1</version>
4747
</dependency>
4848
...
4949
</dependencies>
@@ -57,11 +57,11 @@ For a Gradle project, add the following to your `build.gradle` file:
5757
dependencies {
5858
...
5959
// Dapr's core SDK with all features, except Actors.
60-
compile('io.dapr:dapr-sdk:1.6.0')
60+
compile('io.dapr:dapr-sdk:1.7.0')
6161
// Dapr's SDK for Actors (optional).
62-
compile('io.dapr:dapr-sdk-actors:1.6.0')
62+
compile('io.dapr:dapr-sdk-actors:1.7.0')
6363
// Dapr's SDK integration with SpringBoot (optional).
64-
compile('io.dapr:dapr-sdk-springboot:1.6.0')
64+
compile('io.dapr:dapr-sdk-springboot:1.7.0')
6565
}
6666
```
6767

@@ -72,7 +72,7 @@ You can fix this by specifying a compatible OkHttp version in your project to ma
7272
<dependency>
7373
<groupId>com.squareup.okhttp3</groupId>
7474
<artifactId>okhttp</artifactId>
75-
<version>1.7.0</version>
75+
<version>1.7.1</version>
7676
</dependency>
7777
```
7878

docs/allclasses-index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>All Classes (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>All Classes (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="class index">
1111
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1212
<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
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>All Packages (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>All Packages (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="package index">
1111
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1212
<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
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>Constant Field Values (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>Constant Field Values (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="summary of constants">
1111
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
1212
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/deprecated-list.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>Deprecated List (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>Deprecated List (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="deprecated elements">
1111
<meta name="generator" content="javadoc/DeprecatedListWriter">
1212
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/help-doc.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>API Help (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>API Help (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="help">
1111
<meta name="generator" content="javadoc/HelpWriter">
1212
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/index-all.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>Index (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>Index (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="index">
1111
<meta name="generator" content="javadoc/IndexWriter">
1212
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>Overview (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>Overview (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="package index">
1111
<meta name="generator" content="javadoc/PackageIndexWriter">
1212
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -53,7 +53,7 @@
5353
<div class="flex-content">
5454
<main role="main">
5555
<div class="header">
56-
<h1 class="title">dapr-sdk-parent 1.7.0 API</h1>
56+
<h1 class="title">dapr-sdk-parent 1.7.1 API</h1>
5757
</div>
5858
<div id="all-packages-table">
5959
<div class="caption"><span>Packages</span></div>

docs/io/dapr/Rule.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>Rule (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>Rule (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="declaration: package: io.dapr, annotation type: Rule">
1111
<meta name="generator" content="javadoc/ClassWriterImpl">
1212
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">

docs/io/dapr/Topic.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>Topic (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>Topic (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="declaration: package: io.dapr, annotation type: Topic">
1111
<meta name="generator" content="javadoc/ClassWriterImpl">
1212
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">

docs/io/dapr/actors/ActorId.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>ActorId (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>ActorId (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorId">
1111
<meta name="generator" content="javadoc/ClassWriterImpl">
1212
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/io/dapr/actors/ActorMethod.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>ActorMethod (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>ActorMethod (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorMethod">
1111
<meta name="generator" content="javadoc/ClassWriterImpl">
1212
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/io/dapr/actors/ActorTrace.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>ActorTrace (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>ActorTrace (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorTrace">
1111
<meta name="generator" content="javadoc/ClassWriterImpl">
1212
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/io/dapr/actors/ActorType.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>ActorType (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>ActorType (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorType">
1111
<meta name="generator" content="javadoc/ClassWriterImpl">
1212
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/io/dapr/actors/ActorUtils.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>ActorUtils (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>ActorUtils (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorUtils">
1111
<meta name="generator" content="javadoc/ClassWriterImpl">
1212
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/io/dapr/actors/class-use/ActorId.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="use: package: io.dapr.actors, class: ActorId">
1111
<meta name="generator" content="javadoc/ClassUseWriter">
1212
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

docs/io/dapr/actors/class-use/ActorMethod.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>Uses of Annotation Interface io.dapr.actors.ActorMethod (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>Uses of Annotation Interface io.dapr.actors.ActorMethod (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="use: package: io.dapr.actors, annotation type: ActorMethod">
1111
<meta name="generator" content="javadoc/ClassUseWriter">
1212
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

docs/io/dapr/actors/class-use/ActorTrace.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (16) on Thu Oct 13 17:23:51 PDT 2022 -->
6-
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.7.0 API)</title>
5+
<!-- Generated by javadoc (16) on Mon Nov 14 17:14:47 PST 2022 -->
6+
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.7.1 API)</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9-
<meta name="dc.created" content="2022-10-13">
9+
<meta name="dc.created" content="2022-11-14">
1010
<meta name="description" content="use: package: io.dapr.actors, class: ActorTrace">
1111
<meta name="generator" content="javadoc/ClassUseWriter">
1212
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)