mirror of https://github.com/dapr/java-sdk.git
Generate updated javadocs
This commit is contained in:
parent
81f90ca25d
commit
7b3b249b4b
12
README.md
12
README.md
|
|
@ -60,19 +60,19 @@ For a Maven project, add the following to your `pom.xml` file:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.dapr</groupId>
|
<groupId>io.dapr</groupId>
|
||||||
<artifactId>dapr-sdk</artifactId>
|
<artifactId>dapr-sdk</artifactId>
|
||||||
<version>0.4.0</version>
|
<version>0.4.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Dapr's SDK for Actors (optional). -->
|
<!-- Dapr's SDK for Actors (optional). -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.dapr</groupId>
|
<groupId>io.dapr</groupId>
|
||||||
<artifactId>dapr-sdk-actors</artifactId>
|
<artifactId>dapr-sdk-actors</artifactId>
|
||||||
<version>0.4.0</version>
|
<version>0.4.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Dapr's SDK integration with SpringBoot (optional). -->
|
<!-- Dapr's SDK integration with SpringBoot (optional). -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.dapr</groupId>
|
<groupId>io.dapr</groupId>
|
||||||
<artifactId>dapr-sdk-springboot</artifactId>
|
<artifactId>dapr-sdk-springboot</artifactId>
|
||||||
<version>0.4.0</version>
|
<version>0.4.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- If needed, resolve version conflict of okhttp3. -->
|
<!-- If needed, resolve version conflict of okhttp3. -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
@ -106,11 +106,11 @@ repositories {
|
||||||
dependencies {
|
dependencies {
|
||||||
...
|
...
|
||||||
// Dapr's core SDK with all features, except Actors.
|
// Dapr's core SDK with all features, except Actors.
|
||||||
compile('io.dapr:dapr-sdk:0.4.0')
|
compile('io.dapr:dapr-sdk:0.4.1')
|
||||||
// Dapr's SDK for Actors (optional).
|
// Dapr's SDK for Actors (optional).
|
||||||
compile('io.dapr:dapr-sdk-actors:0.4.0')
|
compile('io.dapr:dapr-sdk-actors:0.4.1')
|
||||||
// Dapr's SDK integration with SpringBoot (optional).
|
// Dapr's SDK integration with SpringBoot (optional).
|
||||||
compile('io.dapr:dapr-sdk-springboot:0.4.0')
|
compile('io.dapr:dapr-sdk-springboot:0.4.1')
|
||||||
|
|
||||||
// If needed, force conflict resolution for okhttp3.
|
// If needed, force conflict resolution for okhttp3.
|
||||||
configurations.all {
|
configurations.all {
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>All Classes (dapr-sdk-parent 0.4.0 API)</title>
|
<title>All Classes (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="class index">
|
<meta name="description" content="class index">
|
||||||
<meta name="generator" content="javadoc/AllClassesIndexWriter">
|
<meta name="generator" content="javadoc/AllClassesIndexWriter">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>All Packages (dapr-sdk-parent 0.4.0 API)</title>
|
<title>All Packages (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="package index">
|
<meta name="description" content="package index">
|
||||||
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
|
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>Constant Field Values (dapr-sdk-parent 0.4.0 API)</title>
|
<title>Constant Field Values (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="summary of constants">
|
<meta name="description" content="summary of constants">
|
||||||
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
|
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>Deprecated List (dapr-sdk-parent 0.4.0 API)</title>
|
<title>Deprecated List (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="deprecated elements">
|
<meta name="description" content="deprecated elements">
|
||||||
<meta name="generator" content="javadoc/DeprecatedListWriter">
|
<meta name="generator" content="javadoc/DeprecatedListWriter">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>API Help (dapr-sdk-parent 0.4.0 API)</title>
|
<title>API Help (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="help">
|
<meta name="description" content="help">
|
||||||
<meta name="generator" content="javadoc/HelpWriter">
|
<meta name="generator" content="javadoc/HelpWriter">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>Index (dapr-sdk-parent 0.4.0 API)</title>
|
<title>Index (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="index">
|
<meta name="description" content="index">
|
||||||
<meta name="generator" content="javadoc/SingleIndexWriter">
|
<meta name="generator" content="javadoc/SingleIndexWriter">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>Overview (dapr-sdk-parent 0.4.0 API)</title>
|
<title>Overview (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="package index">
|
<meta name="description" content="package index">
|
||||||
<meta name="generator" content="javadoc/PackageIndexWriter">
|
<meta name="generator" content="javadoc/PackageIndexWriter">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
|
@ -67,7 +67,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||||
</header>
|
</header>
|
||||||
<main role="main">
|
<main role="main">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1 class="title">dapr-sdk-parent 0.4.0 API</h1>
|
<h1 class="title">dapr-sdk-parent 0.4.1 API</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="contentContainer">
|
<div class="contentContainer">
|
||||||
<div class="overviewSummary">
|
<div class="overviewSummary">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientGrpc.DaprClientBlockingStub (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientGrpc.DaprClientBlockingStub (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientGrpc, class: DaprClientBlockingStub">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientGrpc, class: DaprClientBlockingStub">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientGrpc.DaprClientFutureStub (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientGrpc.DaprClientFutureStub (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientGrpc, class: DaprClientFutureStub">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientGrpc, class: DaprClientFutureStub">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientGrpc.DaprClientImplBase (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientGrpc.DaprClientImplBase (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientGrpc, class: DaprClientImplBase">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientGrpc, class: DaprClientImplBase">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientGrpc.DaprClientStub (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientGrpc.DaprClientStub (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientGrpc, class: DaprClientStub">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientGrpc, class: DaprClientStub">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientGrpc (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientGrpc (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientGrpc">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientGrpc">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.BindingEventEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.BindingEventEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: BindingEventEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: BindingEventEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.BindingEventEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.BindingEventEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: BindingEventEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: BindingEventEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.BindingEventEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.BindingEventEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: BindingEventEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: BindingEventEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.BindingResponseEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.BindingResponseEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: BindingResponseEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: BindingResponseEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.BindingResponseEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.BindingResponseEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: BindingResponseEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: BindingResponseEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.BindingResponseEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.BindingResponseEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: BindingResponseEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: BindingResponseEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.CloudEventEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.CloudEventEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: CloudEventEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: CloudEventEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.CloudEventEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.CloudEventEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: CloudEventEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: CloudEventEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.CloudEventEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.CloudEventEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: CloudEventEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: CloudEventEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.GetBindingsSubscriptionsEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.GetBindingsSubscriptionsEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: GetBindingsSubscriptionsEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: GetBindingsSubscriptionsEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.GetBindingsSubscriptionsEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.GetBindingsSubscriptionsEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: GetBindingsSubscriptionsEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: GetBindingsSubscriptionsEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.GetBindingsSubscriptionsEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.GetBindingsSubscriptionsEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: GetBindingsSubscriptionsEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: GetBindingsSubscriptionsEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.GetTopicSubscriptionsEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.GetTopicSubscriptionsEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: GetTopicSubscriptionsEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: GetTopicSubscriptionsEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.GetTopicSubscriptionsEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.GetTopicSubscriptionsEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: GetTopicSubscriptionsEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: GetTopicSubscriptionsEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.GetTopicSubscriptionsEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.GetTopicSubscriptionsEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: GetTopicSubscriptionsEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: GetTopicSubscriptionsEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.InvokeEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.InvokeEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: InvokeEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: InvokeEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.InvokeEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.InvokeEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: InvokeEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: InvokeEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.InvokeEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.InvokeEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: InvokeEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: InvokeEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.RetryPolicy.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.RetryPolicy.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: RetryPolicy, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: RetryPolicy, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.RetryPolicy (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.RetryPolicy (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: RetryPolicy">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: RetryPolicy">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.RetryPolicyOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.RetryPolicyOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: RetryPolicyOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: RetryPolicyOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.State.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.State.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: State, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: State, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.State (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.State (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: State">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: State">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.StateOptions.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.StateOptions.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: StateOptions, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: StateOptions, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.StateOptions (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.StateOptions (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: StateOptions">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, class: StateOptions">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.StateOptionsOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.StateOptionsOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: StateOptionsOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: StateOptionsOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos.StateOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos.StateOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: StateOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos, interface: StateOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprClientProtos (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprClientProtos (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprClientProtos">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprGrpc.DaprBlockingStub (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprGrpc.DaprBlockingStub (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprGrpc, class: DaprBlockingStub">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprGrpc, class: DaprBlockingStub">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprGrpc.DaprFutureStub (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprGrpc.DaprFutureStub (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprGrpc, class: DaprFutureStub">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprGrpc, class: DaprFutureStub">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprGrpc.DaprImplBase (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprGrpc.DaprImplBase (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprGrpc, class: DaprImplBase">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprGrpc, class: DaprImplBase">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprGrpc.DaprStub (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprGrpc.DaprStub (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprGrpc, class: DaprStub">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprGrpc, class: DaprStub">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprGrpc (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprGrpc (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprGrpc">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprGrpc">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.DeleteStateEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.DeleteStateEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: DeleteStateEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: DeleteStateEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.DeleteStateEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.DeleteStateEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: DeleteStateEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: DeleteStateEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.DeleteStateEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.DeleteStateEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: DeleteStateEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: DeleteStateEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetSecretEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetSecretEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetSecretEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetSecretEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetSecretEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetSecretEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetSecretEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetSecretEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetSecretEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetSecretEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: GetSecretEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: GetSecretEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetSecretResponseEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetSecretResponseEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetSecretResponseEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetSecretResponseEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetSecretResponseEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetSecretResponseEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetSecretResponseEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetSecretResponseEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetSecretResponseEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetSecretResponseEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: GetSecretResponseEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: GetSecretResponseEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetStateEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetStateEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetStateEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetStateEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetStateEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetStateEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetStateEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetStateEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetStateEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetStateEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: GetStateEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: GetStateEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetStateResponseEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetStateResponseEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetStateResponseEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetStateResponseEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetStateResponseEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetStateResponseEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetStateResponseEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: GetStateResponseEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.GetStateResponseEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.GetStateResponseEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: GetStateResponseEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: GetStateResponseEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.InvokeBindingEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.InvokeBindingEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeBindingEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeBindingEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.InvokeBindingEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.InvokeBindingEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeBindingEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeBindingEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.InvokeBindingEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.InvokeBindingEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: InvokeBindingEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: InvokeBindingEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.InvokeServiceEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.InvokeServiceEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeServiceEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeServiceEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.InvokeServiceEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.InvokeServiceEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeServiceEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeServiceEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.InvokeServiceEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.InvokeServiceEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: InvokeServiceEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: InvokeServiceEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.InvokeServiceResponseEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.InvokeServiceResponseEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeServiceResponseEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeServiceResponseEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.InvokeServiceResponseEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.InvokeServiceResponseEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeServiceResponseEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: InvokeServiceResponseEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.InvokeServiceResponseEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.InvokeServiceResponseEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: InvokeServiceResponseEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: InvokeServiceResponseEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.PublishEventEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.PublishEventEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: PublishEventEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: PublishEventEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.PublishEventEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.PublishEventEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: PublishEventEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: PublishEventEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.PublishEventEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.PublishEventEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: PublishEventEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: PublishEventEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.RetryPolicy.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.RetryPolicy.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: RetryPolicy, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: RetryPolicy, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.RetryPolicy (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.RetryPolicy (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: RetryPolicy">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: RetryPolicy">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.RetryPolicyOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.RetryPolicyOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: RetryPolicyOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: RetryPolicyOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.SaveStateEnvelope.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.SaveStateEnvelope.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: SaveStateEnvelope, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: SaveStateEnvelope, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.SaveStateEnvelope (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.SaveStateEnvelope (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: SaveStateEnvelope">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: SaveStateEnvelope">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.SaveStateEnvelopeOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.SaveStateEnvelopeOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: SaveStateEnvelopeOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: SaveStateEnvelopeOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.State.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.State.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: State, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: State, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.State (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.State (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: State">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: State">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateOptions.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateOptions.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateOptions, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateOptions, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateOptions (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateOptions (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateOptions">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateOptions">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateOptionsOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateOptionsOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: StateOptionsOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: StateOptionsOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: StateOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: StateOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateRequest.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateRequest.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRequest, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRequest, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateRequest (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateRequest (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRequest">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRequest">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateRequestOptions.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateRequestOptions.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRequestOptions, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRequestOptions, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateRequestOptions (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateRequestOptions (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRequestOptions">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRequestOptions">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateRequestOptionsOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateRequestOptionsOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: StateRequestOptionsOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: StateRequestOptionsOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateRequestOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateRequestOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: StateRequestOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: StateRequestOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateRetryPolicy.Builder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateRetryPolicy.Builder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRetryPolicy, class: Builder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRetryPolicy, class: Builder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateRetryPolicy (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateRetryPolicy (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRetryPolicy">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, class: StateRetryPolicy">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos.StateRetryPolicyOrBuilder (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos.StateRetryPolicyOrBuilder (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: StateRetryPolicyOrBuilder">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos, interface: StateRetryPolicyOrBuilder">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>DaprProtos (dapr-sdk-parent 0.4.0 API)</title>
|
<title>DaprProtos (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos">
|
<meta name="description" content="declaration: package: io.dapr, class: DaprProtos">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>Topic (dapr-sdk-parent 0.4.0 API)</title>
|
<title>Topic (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr, annotation type: Topic">
|
<meta name="description" content="declaration: package: io.dapr, annotation type: Topic">
|
||||||
<meta name="generator" content="javadoc/AnnotationTypeWriterImpl">
|
<meta name="generator" content="javadoc/AnnotationTypeWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>ActorId (dapr-sdk-parent 0.4.0 API)</title>
|
<title>ActorId (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorId">
|
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorId">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>ActorMethod (dapr-sdk-parent 0.4.0 API)</title>
|
<title>ActorMethod (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorMethod">
|
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorMethod">
|
||||||
<meta name="generator" content="javadoc/AnnotationTypeWriterImpl">
|
<meta name="generator" content="javadoc/AnnotationTypeWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>ActorTrace (dapr-sdk-parent 0.4.0 API)</title>
|
<title>ActorTrace (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorTrace">
|
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorTrace">
|
||||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<!-- NewPage -->
|
<!-- NewPage -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated by javadoc (13.0.2) on Thu Apr 02 10:33:44 PDT 2020 -->
|
<!-- Generated by javadoc (13.0.2) on Thu Apr 09 18:34:28 PDT 2020 -->
|
||||||
<title>ActorType (dapr-sdk-parent 0.4.0 API)</title>
|
<title>ActorType (dapr-sdk-parent 0.4.1 API)</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="dc.created" content="2020-04-02">
|
<meta name="dc.created" content="2020-04-09">
|
||||||
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorType">
|
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorType">
|
||||||
<meta name="generator" content="javadoc/AnnotationTypeWriterImpl">
|
<meta name="generator" content="javadoc/AnnotationTypeWriterImpl">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
<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