Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@ For a Maven project, add the following to your `pom.xml` file:
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>
<!-- If needed, resolve version conflict of okhttp3. -->
<dependency>
Expand Down Expand Up @@ -107,11 +107,11 @@ repositories {
dependencies {
...
// Dapr's core SDK with all features, except Actors.
compile('io.dapr:dapr-sdk:0.8.0')
compile('io.dapr:dapr-sdk:0.9.0')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:0.8.0')
compile('io.dapr:dapr-sdk-actors:0.9.0')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:0.8.0')
compile('io.dapr:dapr-sdk-springboot:0.9.0')

// If needed, force conflict resolution for okhttp3.
configurations.all {
Expand Down
373 changes: 263 additions & 110 deletions docs/allclasses-index.html

Large diffs are not rendered by default.

16 changes: 10 additions & 6 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13.0.2) on Thu Aug 20 10:20:34 PDT 2020 -->
<title>All Packages (dapr-sdk-parent 0.8.0 API)</title>
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
<title>All Packages (dapr-sdk-parent 0.9.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-20">
<meta name="dc.created" content="2020-09-30">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -105,18 +105,22 @@ <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="io/dapr/exceptions/package-summary.html">io.dapr.exceptions</a></th>
<th class="colFirst" scope="row"><a href="io/dapr/config/package-summary.html">io.dapr.config</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="io/dapr/serializer/package-summary.html">io.dapr.serializer</a></th>
<th class="colFirst" scope="row"><a href="io/dapr/exceptions/package-summary.html">io.dapr.exceptions</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="io/dapr/utils/package-summary.html">io.dapr.utils</a></th>
<th class="colFirst" scope="row"><a href="io/dapr/serializer/package-summary.html">io.dapr.serializer</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="io/dapr/utils/package-summary.html">io.dapr.utils</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="io/dapr/v1/package-summary.html">io.dapr.v1</a></th>
<td class="colLast">&nbsp;</td>
</tr>
Expand Down
207 changes: 131 additions & 76 deletions docs/constant-values.html

Large diffs are not rendered by default.

98 changes: 75 additions & 23 deletions docs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13.0.2) on Thu Aug 20 10:20:34 PDT 2020 -->
<title>Deprecated List (dapr-sdk-parent 0.8.0 API)</title>
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
<title>Deprecated List (dapr-sdk-parent 0.9.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-20">
<meta name="dc.created" content="2020-09-30">
<meta name="description" content="deprecated elements">
<meta name="generator" content="javadoc/DeprecatedListWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -153,98 +153,150 @@ <h2 title="Contents">Contents</h2>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html#getMetadata()">io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus.html#valueOf(int)">io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html#getMutableMetadata()">io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder.getMutableMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html#getMetadata()">io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#getMetadata()">io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html#getMutableMetadata()">io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.Builder.getMutableMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#getMetadata()">io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscriptionOrBuilder.html#getMetadata()">io.dapr.v1.DaprAppCallbackProtos.TopicSubscriptionOrBuilder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html#getMetadata()">io.dapr.v1.DaprProtos.DeleteStateRequest.Builder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html#getMetadata()">io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.Builder.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html#getMutableMetadata()">io.dapr.v1.DaprProtos.DeleteStateRequest.Builder.getMutableMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html#getMutableMetadata()">io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.Builder.getMutableMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.DeleteStateRequest.html#getMetadata()">io.dapr.v1.DaprProtos.DeleteStateRequest.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html#getMetadata()">io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.DeleteStateRequestOrBuilder.html#getMetadata()">io.dapr.v1.DaprProtos.DeleteStateRequestOrBuilder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html#getMetadata()">io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.Builder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html#getMutableMetadata()">io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.Builder.getMutableMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html#getMetadata()">io.dapr.v1.DaprProtos.ExecuteStateTransactionRequest.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequestOrBuilder.html#getMetadata()">io.dapr.v1.DaprProtos.ExecuteStateTransactionRequestOrBuilder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html#getMetadata()">io.dapr.v1.DaprProtos.GetBulkStateRequest.Builder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html#getMetadata()">io.dapr.v1.DaprProtos.GetSecretRequest.Builder.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html#getMutableMetadata()">io.dapr.v1.DaprProtos.GetBulkStateRequest.Builder.getMutableMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html#getMutableMetadata()">io.dapr.v1.DaprProtos.GetSecretRequest.Builder.getMutableMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.html#getMetadata()">io.dapr.v1.DaprProtos.GetBulkStateRequest.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretRequest.html#getMetadata()">io.dapr.v1.DaprProtos.GetSecretRequest.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetBulkStateRequestOrBuilder.html#getMetadata()">io.dapr.v1.DaprProtos.GetBulkStateRequestOrBuilder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretRequestOrBuilder.html#getMetadata()">io.dapr.v1.DaprProtos.GetSecretRequestOrBuilder.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html#getMetadata()">io.dapr.v1.DaprProtos.GetSecretRequest.Builder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html#getData()">io.dapr.v1.DaprProtos.GetSecretResponse.Builder.getData()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html#getMutableMetadata()">io.dapr.v1.DaprProtos.GetSecretRequest.Builder.getMutableMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html#getMutableData()">io.dapr.v1.DaprProtos.GetSecretResponse.Builder.getMutableData()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretRequest.html#getMetadata()">io.dapr.v1.DaprProtos.GetSecretRequest.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretResponse.html#getData()">io.dapr.v1.DaprProtos.GetSecretResponse.getData()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretRequestOrBuilder.html#getMetadata()">io.dapr.v1.DaprProtos.GetSecretRequestOrBuilder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html#getData()">io.dapr.v1.DaprProtos.GetSecretResponse.Builder.getData()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html#getMutableData()">io.dapr.v1.DaprProtos.GetSecretResponse.Builder.getMutableData()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretResponse.html#getData()">io.dapr.v1.DaprProtos.GetSecretResponse.getData()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetSecretResponseOrBuilder.html#getData()">io.dapr.v1.DaprProtos.GetSecretResponseOrBuilder.getData()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetStateRequest.Builder.html#getMetadata()">io.dapr.v1.DaprProtos.GetStateRequest.Builder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html#getMetadata()">io.dapr.v1.DaprProtos.InvokeBindingRequest.Builder.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetStateRequest.Builder.html#getMutableMetadata()">io.dapr.v1.DaprProtos.GetStateRequest.Builder.getMutableMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html#getMutableMetadata()">io.dapr.v1.DaprProtos.InvokeBindingRequest.Builder.getMutableMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetStateRequest.html#getMetadata()">io.dapr.v1.DaprProtos.GetStateRequest.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.html#getMetadata()">io.dapr.v1.DaprProtos.InvokeBindingRequest.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.GetStateRequestOrBuilder.html#getMetadata()">io.dapr.v1.DaprProtos.GetStateRequestOrBuilder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingRequestOrBuilder.html#getMetadata()">io.dapr.v1.DaprProtos.InvokeBindingRequestOrBuilder.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html#getMetadata()">io.dapr.v1.DaprProtos.InvokeBindingRequest.Builder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html#getMetadata()">io.dapr.v1.DaprProtos.InvokeBindingResponse.Builder.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html#getMutableMetadata()">io.dapr.v1.DaprProtos.InvokeBindingRequest.Builder.getMutableMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html#getMutableMetadata()">io.dapr.v1.DaprProtos.InvokeBindingResponse.Builder.getMutableMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.html#getMetadata()">io.dapr.v1.DaprProtos.InvokeBindingRequest.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.html#getMetadata()">io.dapr.v1.DaprProtos.InvokeBindingResponse.getMetadata()</a></th>
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingRequestOrBuilder.html#getMetadata()">io.dapr.v1.DaprProtos.InvokeBindingRequestOrBuilder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html#getMetadata()">io.dapr.v1.DaprProtos.InvokeBindingResponse.Builder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html#getMutableMetadata()">io.dapr.v1.DaprProtos.InvokeBindingResponse.Builder.getMutableMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.html#getMetadata()">io.dapr.v1.DaprProtos.InvokeBindingResponse.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/dapr/v1/DaprProtos.InvokeBindingResponseOrBuilder.html#getMetadata()">io.dapr.v1.DaprProtos.InvokeBindingResponseOrBuilder.getMetadata()</a></th>
<td class="colLast"></td>
</tr>
Expand Down
1 change: 1 addition & 0 deletions docs/element-list
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ io.dapr.actors.client
io.dapr.actors.runtime
io.dapr.client
io.dapr.client.domain
io.dapr.config
io.dapr.exceptions
io.dapr.serializer
io.dapr.utils
Expand Down
6 changes: 3 additions & 3 deletions docs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13.0.2) on Thu Aug 20 10:20:34 PDT 2020 -->
<title>API Help (dapr-sdk-parent 0.8.0 API)</title>
<!-- Generated by javadoc (13.0.2) on Wed Sep 30 15:50:46 PDT 2020 -->
<title>API Help (dapr-sdk-parent 0.9.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-20">
<meta name="dc.created" content="2020-09-30">
<meta name="description" content="help">
<meta name="generator" content="javadoc/HelpWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
Loading