Skip to content

Commit 604eff8

Browse files
authored
Generate updated javadocs for 0.9.1 (dapr#366)
1 parent f911756 commit 604eff8

File tree

384 files changed

+1165
-1162
lines changed

Some content is hidden

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

384 files changed

+1165
-1162
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ For a Maven project, add the following to your `pom.xml` file:
6161
<dependency>
6262
<groupId>io.dapr</groupId>
6363
<artifactId>dapr-sdk</artifactId>
64-
<version>0.9.0</version>
64+
<version>0.9.1</version>
6565
</dependency>
6666
<!-- Dapr's SDK for Actors (optional). -->
6767
<dependency>
6868
<groupId>io.dapr</groupId>
6969
<artifactId>dapr-sdk-actors</artifactId>
70-
<version>0.9.0</version>
70+
<version>0.9.1</version>
7171
</dependency>
7272
<!-- Dapr's SDK integration with SpringBoot (optional). -->
7373
<dependency>
7474
<groupId>io.dapr</groupId>
7575
<artifactId>dapr-sdk-springboot</artifactId>
76-
<version>0.9.0</version>
76+
<version>0.9.1</version>
7777
</dependency>
7878
<!-- If needed, resolve version conflict of okhttp3. -->
7979
<dependency>
@@ -107,11 +107,11 @@ repositories {
107107
dependencies {
108108
...
109109
// Dapr's core SDK with all features, except Actors.
110-
compile('io.dapr:dapr-sdk:0.9.0')
110+
compile('io.dapr:dapr-sdk:0.9.1')
111111
// Dapr's SDK for Actors (optional).
112-
compile('io.dapr:dapr-sdk-actors:0.9.0')
112+
compile('io.dapr:dapr-sdk-actors:0.9.1')
113113
// Dapr's SDK integration with SpringBoot (optional).
114-
compile('io.dapr:dapr-sdk-springboot:0.9.0')
114+
compile('io.dapr:dapr-sdk-springboot:0.9.1')
115115
116116
// If needed, force conflict resolution for okhttp3.
117117
configurations.all {

docs/allclasses-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
6-
<title>All Classes (dapr-sdk-parent 0.9.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Fri Oct 16 15:27:01 PDT 2020 -->
6+
<title>All Classes (dapr-sdk-parent 0.9.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-09-30">
8+
<meta name="dc.created" content="2020-10-16">
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
6-
<title>All Packages (dapr-sdk-parent 0.9.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Fri Oct 16 15:27:01 PDT 2020 -->
6+
<title>All Packages (dapr-sdk-parent 0.9.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-09-30">
8+
<meta name="dc.created" content="2020-10-16">
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
6-
<title>Constant Field Values (dapr-sdk-parent 0.9.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Fri Oct 16 15:27:01 PDT 2020 -->
6+
<title>Constant Field Values (dapr-sdk-parent 0.9.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-09-30">
8+
<meta name="dc.created" content="2020-10-16">
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/deprecated-list.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
6-
<title>Deprecated List (dapr-sdk-parent 0.9.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Fri Oct 16 15:27:01 PDT 2020 -->
6+
<title>Deprecated List (dapr-sdk-parent 0.9.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-09-30">
8+
<meta name="dc.created" content="2020-10-16">
99
<meta name="description" content="deprecated elements">
1010
<meta name="generator" content="javadoc/DeprecatedListWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/help-doc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
6-
<title>API Help (dapr-sdk-parent 0.9.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Fri Oct 16 15:27:01 PDT 2020 -->
6+
<title>API Help (dapr-sdk-parent 0.9.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-09-30">
8+
<meta name="dc.created" content="2020-10-16">
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/index-all.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
6-
<title>Index (dapr-sdk-parent 0.9.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Fri Oct 16 15:27:01 PDT 2020 -->
6+
<title>Index (dapr-sdk-parent 0.9.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-09-30">
8+
<meta name="dc.created" content="2020-10-16">
99
<meta name="description" content="index">
1010
<meta name="generator" content="javadoc/SingleIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -7099,7 +7099,7 @@ <h2 class="title">I</h2>
70997099
</dd>
71007100
<dt><span class="memberNameLink"><a href="io/dapr/client/domain/InvokeServiceRequestBuilder.html#%3Cinit%3E(java.lang.String,java.lang.String)">InvokeServiceRequestBuilder(String, String)</a></span> - Constructor for class io.dapr.client.domain.<a href="io/dapr/client/domain/InvokeServiceRequestBuilder.html" title="class in io.dapr.client.domain">InvokeServiceRequestBuilder</a></dt>
71017101
<dd>&nbsp;</dd>
7102-
<dt><span class="memberNameLink"><a href="io/dapr/actors/runtime/ActorRuntime.html#invokeTimer(java.lang.String,java.lang.String,java.lang.String)">invokeTimer(String, String, String)</a></span> - Method in class io.dapr.actors.runtime.<a href="io/dapr/actors/runtime/ActorRuntime.html" title="class in io.dapr.actors.runtime">ActorRuntime</a></dt>
7102+
<dt><span class="memberNameLink"><a href="io/dapr/actors/runtime/ActorRuntime.html#invokeTimer(java.lang.String,java.lang.String,java.lang.String,byte%5B%5D)">invokeTimer(String, String, String, byte[])</a></span> - Method in class io.dapr.actors.runtime.<a href="io/dapr/actors/runtime/ActorRuntime.html" title="class in io.dapr.actors.runtime">ActorRuntime</a></dt>
71037103
<dd>
71047104
<div class="block">Fires a timer for the Actor.</div>
71057105
</dd>

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
6-
<title>Overview (dapr-sdk-parent 0.9.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Fri Oct 16 15:27:01 PDT 2020 -->
6+
<title>Overview (dapr-sdk-parent 0.9.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-09-30">
8+
<meta name="dc.created" content="2020-10-16">
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">
@@ -67,7 +67,7 @@
6767
</header>
6868
<main role="main">
6969
<div class="header">
70-
<h1 class="title">dapr-sdk-parent 0.9.0 API</h1>
70+
<h1 class="title">dapr-sdk-parent 0.9.1 API</h1>
7171
</div>
7272
<div class="contentContainer">
7373
<div class="overviewSummary">

docs/io/dapr/Topic.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
6-
<title>Topic (dapr-sdk-parent 0.9.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Fri Oct 16 15:27:01 PDT 2020 -->
6+
<title>Topic (dapr-sdk-parent 0.9.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-09-30">
8+
<meta name="dc.created" content="2020-10-16">
99
<meta name="description" content="declaration: package: io.dapr, annotation type: Topic">
1010
<meta name="generator" content="javadoc/AnnotationTypeWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">

docs/io/dapr/actors/ActorId.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
6-
<title>ActorId (dapr-sdk-parent 0.9.0 API)</title>
5+
<!-- Generated by javadoc (13.0.2) on Fri Oct 16 15:27:01 PDT 2020 -->
6+
<title>ActorId (dapr-sdk-parent 0.9.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-09-30">
8+
<meta name="dc.created" content="2020-10-16">
99
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorId">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)