mirror of https://github.com/dapr/java-sdk.git
Generate updated javadocs for 1.13.2
Signed-off-by: Dapr Bot <daprweb@microsoft.com>
This commit is contained in:
parent
0daecf850b
commit
bb4b70c190
12
README.md
12
README.md
|
@ -49,19 +49,19 @@ For a Maven project, add the following to your `pom.xml` file:
|
|||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk</artifactId>
|
||||
<version>1.13.1</version>
|
||||
<version>1.13.2</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK for Actors (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-actors</artifactId>
|
||||
<version>1.13.1</version>
|
||||
<version>1.13.2</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK integration with SpringBoot (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-springboot</artifactId>
|
||||
<version>1.13.1</version>
|
||||
<version>1.13.2</version>
|
||||
</dependency>
|
||||
...
|
||||
</dependencies>
|
||||
|
@ -75,11 +75,11 @@ For a Gradle project, add the following to your `build.gradle` file:
|
|||
dependencies {
|
||||
...
|
||||
// Dapr's core SDK with all features, except Actors.
|
||||
compile('io.dapr:dapr-sdk:1.13.1')
|
||||
compile('io.dapr:dapr-sdk:1.13.2')
|
||||
// Dapr's SDK for Actors (optional).
|
||||
compile('io.dapr:dapr-sdk-actors:1.13.1')
|
||||
compile('io.dapr:dapr-sdk-actors:1.13.2')
|
||||
// Dapr's SDK integration with SpringBoot (optional).
|
||||
compile('io.dapr:dapr-sdk-springboot:1.13.1')
|
||||
compile('io.dapr:dapr-sdk-springboot:1.13.2')
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -46,19 +46,19 @@ For a Maven project, add the following to your `pom.xml` file:
|
|||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk</artifactId>
|
||||
<version>1.13.1</version>
|
||||
<version>1.13.2</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK for Actors (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-actors</artifactId>
|
||||
<version>1.13.1</version>
|
||||
<version>1.13.2</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK integration with SpringBoot (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-springboot</artifactId>
|
||||
<version>1.13.1</version>
|
||||
<version>1.13.2</version>
|
||||
</dependency>
|
||||
...
|
||||
</dependencies>
|
||||
|
@ -76,11 +76,11 @@ For a Gradle project, add the following to your `build.gradle` file:
|
|||
dependencies {
|
||||
...
|
||||
// Dapr's core SDK with all features, except Actors.
|
||||
compile('io.dapr:dapr-sdk:1.13.1')
|
||||
compile('io.dapr:dapr-sdk:1.13.2')
|
||||
// Dapr's SDK for Actors (optional).
|
||||
compile('io.dapr:dapr-sdk-actors:1.13.1')
|
||||
compile('io.dapr:dapr-sdk-actors:1.13.2')
|
||||
// Dapr's SDK integration with SpringBoot (optional).
|
||||
compile('io.dapr:dapr-sdk-springboot:1.13.1')
|
||||
compile('io.dapr:dapr-sdk-springboot:1.13.2')
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -96,7 +96,7 @@ You can fix this by specifying a compatible `OkHttp` version in your project to
|
|||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>1.13.1</version>
|
||||
<version>1.13.2</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
|
@ -25,12 +25,12 @@ If you already have a Spring Boot application (Spring Boot 3.x+), you can direct
|
|||
<dependency>
|
||||
<groupId>io.dapr.spring</groupId>
|
||||
<artifactId>dapr-spring-boot-starter</artifactId>
|
||||
<version>0.13.1</version>
|
||||
<version>0.13.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.dapr.spring</groupId>
|
||||
<artifactId>dapr-spring-boot-starter-test</artifactId>
|
||||
<version>0.13.1</version>
|
||||
<version>0.13.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="class index">
|
||||
<meta name="generator" content="javadoc/AllClassesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -2351,7 +2351,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>All Packages (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>All Packages (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="package index">
|
||||
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -128,7 +128,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Constant Field Values (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Constant Field Values (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="summary of constants">
|
||||
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -2417,7 +2417,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="class index">
|
||||
<meta name="generator" content="javadoc/AllClassesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -142,7 +142,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>All Packages (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>All Packages (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="package index">
|
||||
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -69,7 +69,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>API Help (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>API Help (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="help">
|
||||
<meta name="generator" content="javadoc/HelpWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -183,7 +183,7 @@ The following sections describe the different kinds of pages in this collection.
|
|||
<span class="help-footnote">This help file applies to API documentation generated by the standard doclet.</span></main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Index (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Index (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="index">
|
||||
<meta name="generator" content="javadoc/IndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -788,7 +788,7 @@ the order they are declared.</div>
|
|||
<a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:I">I</a> <a href="#I:N">N</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <br><a href="allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a></main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Overview (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Overview (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="package index">
|
||||
<meta name="generator" content="javadoc/PackageIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -49,7 +49,7 @@ loadScripts(document, 'script');</script>
|
|||
<div class="flex-content">
|
||||
<main role="main">
|
||||
<div class="header">
|
||||
<h1 class="title">dapr-sdk-workflows 0.13.1 API</h1>
|
||||
<h1 class="title">dapr-sdk-workflows 0.13.2 API</h1>
|
||||
</div>
|
||||
<div id="all-packages-table">
|
||||
<div class="caption"><span>Packages</span></div>
|
||||
|
@ -71,7 +71,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows, class: DaprWorkflowContextImpl">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -776,7 +776,7 @@ implements <a href="WorkflowContext.html" title="interface in io.dapr.workflows"
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Workflow (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Workflow (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows, class: Workflow">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -206,7 +206,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>WorkflowContext (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows, interface: WorkflowContext">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -1003,7 +1003,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>WorkflowStub (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowStub (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows, interface: WorkflowStub">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -126,7 +126,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows, class: DaprWorkflowContextImpl">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -54,7 +54,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.workflows.DaprWorkflowContextImpl</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.Workflow (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.Workflow (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows, class: Workflow">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -118,7 +118,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows, interface: WorkflowContext">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -123,7 +123,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows, interface: WorkflowStub">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -81,7 +81,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>DaprWorkflowClient (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>DaprWorkflowClient (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: DaprWorkflowClient">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -459,7 +459,7 @@ implements <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>NewWorkflowOption (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>NewWorkflowOption (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: NewWorkflowOption">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -297,7 +297,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>WorkflowFailureDetails (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowFailureDetails (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: WorkflowFailureDetails">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -215,7 +215,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>WorkflowInstanceStatus (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowInstanceStatus (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: WorkflowInstanceStatus">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -408,7 +408,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client, class: DaprWorkflowClient">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -54,7 +54,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.workflows.client.DaprWorkflowClient</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.NewWorkflowOption (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.NewWorkflowOption (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client, class: NewWorkflowOption">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -108,7 +108,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client, class: WorkflowFailureDetails">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -81,7 +81,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client, class: WorkflowInstanceStatus">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -99,7 +99,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>io.dapr.workflows.client (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.client (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -111,7 +111,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>io.dapr.workflows.client Class Hierarchy (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.client Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="tree: package: io.dapr.workflows.client">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -71,7 +71,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Package io.dapr.workflows.client (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.client (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -87,7 +87,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>ApiTokenClientInterceptor (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>ApiTokenClientInterceptor (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.internal, class: ApiTokenClientInterceptor">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -170,7 +170,7 @@ RespT></span> <span class="return-type">io.grpc.ClientCall<ReqT,<wbr>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.internal, class: ApiTokenClientInterceptor">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -54,7 +54,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.workflows.internal.ApiTokenClientInterceptor</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>io.dapr.workflows.internal (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.internal (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.internal">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -96,7 +96,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>io.dapr.workflows.internal Class Hierarchy (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.internal Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="tree: package: io.dapr.workflows.internal">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -68,7 +68,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Package io.dapr.workflows.internal (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.internal (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.internal">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -54,7 +54,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.workflows.internal</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>io.dapr.workflows (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -114,7 +114,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>io.dapr.workflows Class Hierarchy (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="tree: package: io.dapr.workflows">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -76,7 +76,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Package io.dapr.workflows (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -129,7 +129,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>ActivityWrapper (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>ActivityWrapper (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, class: ActivityWrapper">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -185,7 +185,7 @@ implements com.microsoft.durabletask.TaskActivityFactory</span></div>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>WorkflowActivity (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowActivity (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, interface: WorkflowActivity">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -150,7 +150,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>WorkflowActivityContext (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowActivityContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, class: WorkflowActivityContext">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -202,7 +202,7 @@ implements com.microsoft.durabletask.TaskActivityContext</span></div>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>WorkflowRuntime (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowRuntime (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, class: WorkflowRuntime">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -193,7 +193,7 @@ implements <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>WorkflowRuntimeBuilder (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowRuntimeBuilder (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, class: WorkflowRuntimeBuilder">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -229,7 +229,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>WorkflowRuntimeStatus (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>WorkflowRuntimeStatus (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime, enum: WorkflowRuntimeStatus">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -332,7 +332,7 @@ not permitted.)</div>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.ActivityWrapper (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.ActivityWrapper (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, class: ActivityWrapper">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -54,7 +54,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.workflows.runtime.ActivityWrapper</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Interface io.dapr.workflows.runtime.WorkflowActivity (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.runtime.WorkflowActivity (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, interface: WorkflowActivity">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -92,7 +92,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowActivityContext (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowActivityContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, class: WorkflowActivityContext">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -82,7 +82,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, class: WorkflowRuntime">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -81,7 +81,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, class: WorkflowRuntimeBuilder">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -86,7 +86,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Enum io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Enum io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime, enum: WorkflowRuntimeStatus">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -133,7 +133,7 @@ the order they are declared.</div>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>io.dapr.workflows.runtime (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.runtime (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.runtime">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -122,7 +122,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="tree: package: io.dapr.workflows.runtime">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -91,7 +91,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Package io.dapr.workflows.runtime (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.runtime (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.runtime">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -107,7 +107,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>DaprSagaContextImpl (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>DaprSagaContextImpl (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, class: DaprSagaContextImpl">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -203,7 +203,7 @@ implements <a href="SagaContext.html" title="interface in io.dapr.workflows.saga
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Saga (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Saga (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, class: Saga">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -210,7 +210,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>SagaCompensationException (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>SagaCompensationException (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, class: SagaCompensationException">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -156,7 +156,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>SagaContext (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>SagaContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, interface: SagaContext">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -148,7 +148,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>SagaOption.Builder (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>SagaOption.Builder (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, class: SagaOption, class: Builder">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -224,7 +224,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>SagaOption (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>SagaOption (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga, class: SagaOption">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -171,7 +171,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.DaprSagaContextImpl (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.DaprSagaContextImpl (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, class: DaprSagaContextImpl">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -54,7 +54,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.workflows.saga.DaprSagaContextImpl</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.Saga (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.Saga (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, class: Saga">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -106,7 +106,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaCompensationException (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaCompensationException (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, class: SagaCompensationException">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -54,7 +54,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.workflows.saga.SagaCompensationException</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Interface io.dapr.workflows.saga.SagaContext (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.saga.SagaContext (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, interface: SagaContext">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -102,7 +102,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaOption.Builder (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaOption.Builder (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, class: SagaOption, class: Builder">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -94,7 +94,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaOption (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.saga.SagaOption (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga, class: SagaOption">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -110,7 +110,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>io.dapr.workflows.saga (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.saga (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.saga">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -120,7 +120,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>io.dapr.workflows.saga Class Hierarchy (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>io.dapr.workflows.saga Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="tree: package: io.dapr.workflows.saga">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -90,7 +90,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Uses of Package io.dapr.workflows.saga (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.saga (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.saga">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -107,7 +107,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>dapr-sdk-workflows 0.13.1 API</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>dapr-sdk-workflows 0.13.2 API</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="index redirect">
|
||||
<meta name="generator" content="javadoc/IndexRedirectWriter">
|
||||
<link rel="canonical" href="index.html">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Class Hierarchy (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Class Hierarchy (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="class tree">
|
||||
<meta name="generator" content="javadoc/TreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -122,7 +122,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia Site Renderer 1.9.1 from org.apache.maven.plugins:maven-site-plugin:3.8.2:CategorySummaryDocumentRenderer at 2024-12-09
|
||||
| Generated by Apache Maven Doxia Site Renderer 1.9.1 from org.apache.maven.plugins:maven-site-plugin:3.8.2:CategorySummaryDocumentRenderer at 2025-01-08
|
||||
|
||||
| Rendered using Apache Maven Default Skin
|
||||
-->
|
||||
|
@ -25,8 +25,8 @@
|
|||
</div>
|
||||
<div id="breadcrumbs">
|
||||
<div class="xleft">
|
||||
<span id="publishDate">Last Published: 2024-12-09</span>
|
||||
 | <span id="projectVersion">Version: 0.13.1</span>
|
||||
<span id="publishDate">Last Published: 2025-01-08</span>
|
||||
 | <span id="projectVersion">Version: 0.13.2</span>
|
||||
</div>
|
||||
<div class="xright"><a href="./" title="dapr-sdk-workflows">dapr-sdk-workflows</a> </div>
|
||||
<div class="clear">
|
||||
|
@ -71,7 +71,7 @@
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div class="xright">
|
||||
Copyright © 2024.. </div>
|
||||
Copyright © 2025.. </div>
|
||||
<div class="clear">
|
||||
<hr/>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
|
||||
<title>Serialized Form (dapr-sdk-workflows 0.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:35:02 UTC 2025 -->
|
||||
<title>Serialized Form (dapr-sdk-workflows 0.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="serialized forms">
|
||||
<meta name="generator" content="javadoc/SerializedFormWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -69,7 +69,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Deprecated List (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Deprecated List (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="deprecated elements">
|
||||
<meta name="generator" content="javadoc/DeprecatedListWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -442,7 +442,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>API Help (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>API Help (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="help">
|
||||
<meta name="generator" content="javadoc/HelpWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -194,7 +194,7 @@ The following sections describe the different kinds of pages in this collection.
|
|||
<span class="help-footnote">This help file applies to API documentation generated by the standard doclet.</span></main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Index (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Index (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="index">
|
||||
<meta name="generator" content="javadoc/IndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -5548,6 +5548,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -5555,6 +5556,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -5562,6 +5564,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -5584,6 +5587,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -5591,6 +5595,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -5598,6 +5603,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -5662,6 +5668,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -5669,6 +5676,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -5676,6 +5684,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -16880,6 +16889,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -16900,6 +16910,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -16946,6 +16957,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17244,6 +17256,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -17251,6 +17264,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -17258,6 +17272,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -17280,6 +17295,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17287,6 +17303,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17294,6 +17311,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17358,6 +17376,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17365,6 +17384,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17372,6 +17392,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17676,6 +17697,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -17683,6 +17705,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -17690,6 +17713,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -17712,6 +17736,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17719,6 +17744,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17726,6 +17752,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17790,6 +17817,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17797,6 +17825,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -17804,6 +17833,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -18108,6 +18138,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -18115,6 +18146,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -18122,6 +18154,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -18144,6 +18177,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -18151,6 +18185,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -18158,6 +18193,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -18222,6 +18258,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -18229,6 +18266,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -18236,6 +18274,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -23752,258 +23791,6 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block"><code>.dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];</code></div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.ConfigurationItem.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.ConfigurationItem.html" title="class in io.dapr.v1">CommonProtos.ConfigurationItem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.Etag.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.Etag.html" title="class in io.dapr.v1">CommonProtos.Etag</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.HTTPExtension.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.HTTPExtension.html" title="class in io.dapr.v1">CommonProtos.HTTPExtension</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.InvokeRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.InvokeRequest.html" title="class in io.dapr.v1">CommonProtos.InvokeRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.InvokeResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.InvokeResponse.html" title="class in io.dapr.v1">CommonProtos.InvokeResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.StateItem.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.StateItem.html" title="class in io.dapr.v1">CommonProtos.StateItem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.StateOptions.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.StateOptions.html" title="class in io.dapr.v1">CommonProtos.StateOptions</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.StreamPayload.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.StreamPayload.html" title="class in io.dapr.v1">CommonProtos.StreamPayload</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.html" title="class in io.dapr.v1">DaprAppCallbackProtos.BindingEventRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventResponse.html" title="class in io.dapr.v1">DaprAppCallbackProtos.BindingEventResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfig.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.BulkSubscribeConfig.html" title="class in io.dapr.v1">DaprAppCallbackProtos.BulkSubscribeConfig</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.HealthCheckResponse.html" title="class in io.dapr.v1">DaprAppCallbackProtos.HealthCheckResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.JobEventRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.JobEventRequest.html" title="class in io.dapr.v1">DaprAppCallbackProtos.JobEventRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.JobEventResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.JobEventResponse.html" title="class in io.dapr.v1">DaprAppCallbackProtos.JobEventResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.ListInputBindingsResponse.html" title="class in io.dapr.v1">DaprAppCallbackProtos.ListInputBindingsResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.ListTopicSubscriptionsResponse.html" title="class in io.dapr.v1">DaprAppCallbackProtos.ListTopicSubscriptionsResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequestEntry</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponse.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntry.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkResponseEntry.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkResponseEntry</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventCERequest.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventCERequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventRequest.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventResponse.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicRoutes.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicRoutes.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicRoutes</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicRule.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicRule.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicRule</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicSubscription</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ActiveActorsCount.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ActiveActorsCount.html" title="class in io.dapr.v1">DaprProtos.ActiveActorsCount</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ActorRuntime.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ActorRuntime.html" title="class in io.dapr.v1">DaprProtos.ActorRuntime</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.AppConnectionHealthProperties.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.AppConnectionHealthProperties.html" title="class in io.dapr.v1">DaprProtos.AppConnectionHealthProperties</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.AppConnectionProperties.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.AppConnectionProperties.html" title="class in io.dapr.v1">DaprProtos.AppConnectionProperties</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequest.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequestEntry</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishResponse.html" title="class in io.dapr.v1">DaprProtos.BulkPublishResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishResponseFailedEntry.html" title="class in io.dapr.v1">DaprProtos.BulkPublishResponseFailedEntry</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkStateItem.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkStateItem.html" title="class in io.dapr.v1">DaprProtos.BulkStateItem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DecryptRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DecryptRequest.html" title="class in io.dapr.v1">DaprProtos.DecryptRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DecryptRequestOptions.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DecryptRequestOptions.html" title="class in io.dapr.v1">DaprProtos.DecryptRequestOptions</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DecryptResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DecryptResponse.html" title="class in io.dapr.v1">DaprProtos.DecryptResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DeleteBulkStateRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DeleteBulkStateRequest.html" title="class in io.dapr.v1">DaprProtos.DeleteBulkStateRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DeleteJobRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DeleteJobRequest.html" title="class in io.dapr.v1">DaprProtos.DeleteJobRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DeleteJobResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DeleteJobResponse.html" title="class in io.dapr.v1">DaprProtos.DeleteJobResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DeleteStateRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DeleteStateRequest.html" title="class in io.dapr.v1">DaprProtos.DeleteStateRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.EncryptRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.EncryptRequest.html" title="class in io.dapr.v1">DaprProtos.EncryptRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.EncryptRequestOptions.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.EncryptRequestOptions.html" title="class in io.dapr.v1">DaprProtos.EncryptRequestOptions</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.EncryptResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.EncryptResponse.html" title="class in io.dapr.v1">DaprProtos.EncryptResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ExecuteActorStateTransactionRequest.html" title="class in io.dapr.v1">DaprProtos.ExecuteActorStateTransactionRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html" title="class in io.dapr.v1">DaprProtos.ExecuteStateTransactionRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetActorStateRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetActorStateRequest.html" title="class in io.dapr.v1">DaprProtos.GetActorStateRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetActorStateResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetActorStateResponse.html" title="class in io.dapr.v1">DaprProtos.GetActorStateResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.html" title="class in io.dapr.v1">DaprProtos.GetBulkStateRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkStateResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkStateResponse.html" title="class in io.dapr.v1">DaprProtos.GetBulkStateResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetJobRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetJobRequest.html" title="class in io.dapr.v1">DaprProtos.GetJobRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetJobResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetJobResponse.html" title="class in io.dapr.v1">DaprProtos.GetJobResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetMetadataRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetMetadataRequest.html" title="class in io.dapr.v1">DaprProtos.GetMetadataRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetMetadataResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetMetadataResponse.html" title="class in io.dapr.v1">DaprProtos.GetMetadataResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretRequest.html" title="class in io.dapr.v1">DaprProtos.GetSecretRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretResponse.html" title="class in io.dapr.v1">DaprProtos.GetSecretResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateRequest.html" title="class in io.dapr.v1">DaprProtos.GetStateRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateResponse.html" title="class in io.dapr.v1">DaprProtos.GetStateResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetWorkflowRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetWorkflowRequest.html" title="class in io.dapr.v1">DaprProtos.GetWorkflowRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.html" title="class in io.dapr.v1">DaprProtos.GetWorkflowResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeActorRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeActorRequest.html" title="class in io.dapr.v1">DaprProtos.InvokeActorRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeActorResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeActorResponse.html" title="class in io.dapr.v1">DaprProtos.InvokeActorResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeServiceRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeServiceRequest.html" title="class in io.dapr.v1">DaprProtos.InvokeServiceRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.Job.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.Job.html" title="class in io.dapr.v1">DaprProtos.Job</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.MetadataHTTPEndpoint.html" title="class in io.dapr.v1">DaprProtos.MetadataHTTPEndpoint</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PauseWorkflowRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PauseWorkflowRequest.html" title="class in io.dapr.v1">DaprProtos.PauseWorkflowRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PublishEventRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PublishEventRequest.html" title="class in io.dapr.v1">DaprProtos.PublishEventRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PubsubSubscription.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PubsubSubscription.html" title="class in io.dapr.v1">DaprProtos.PubsubSubscription</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PubsubSubscriptionRule.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PubsubSubscriptionRule.html" title="class in io.dapr.v1">DaprProtos.PubsubSubscriptionRule</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PubsubSubscriptionRules.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PubsubSubscriptionRules.html" title="class in io.dapr.v1">DaprProtos.PubsubSubscriptionRules</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PurgeWorkflowRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PurgeWorkflowRequest.html" title="class in io.dapr.v1">DaprProtos.PurgeWorkflowRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateItem.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateItem.html" title="class in io.dapr.v1">DaprProtos.QueryStateItem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateRequest.html" title="class in io.dapr.v1">DaprProtos.QueryStateRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateResponse.html" title="class in io.dapr.v1">DaprProtos.QueryStateResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.RaiseEventWorkflowRequest.html" title="class in io.dapr.v1">DaprProtos.RaiseEventWorkflowRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.RegisterActorReminderRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.RegisterActorReminderRequest.html" title="class in io.dapr.v1">DaprProtos.RegisterActorReminderRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.RegisterActorTimerRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.RegisterActorTimerRequest.html" title="class in io.dapr.v1">DaprProtos.RegisterActorTimerRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.RegisteredComponents.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.RegisteredComponents.html" title="class in io.dapr.v1">DaprProtos.RegisteredComponents</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ResumeWorkflowRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ResumeWorkflowRequest.html" title="class in io.dapr.v1">DaprProtos.ResumeWorkflowRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SaveStateRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SaveStateRequest.html" title="class in io.dapr.v1">DaprProtos.SaveStateRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ScheduleJobRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ScheduleJobRequest.html" title="class in io.dapr.v1">DaprProtos.ScheduleJobRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ScheduleJobResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ScheduleJobResponse.html" title="class in io.dapr.v1">DaprProtos.ScheduleJobResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SecretResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SecretResponse.html" title="class in io.dapr.v1">DaprProtos.SecretResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SetMetadataRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SetMetadataRequest.html" title="class in io.dapr.v1">DaprProtos.SetMetadataRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ShutdownRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ShutdownRequest.html" title="class in io.dapr.v1">DaprProtos.ShutdownRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.html" title="class in io.dapr.v1">DaprProtos.StartWorkflowRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.StartWorkflowResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.StartWorkflowResponse.html" title="class in io.dapr.v1">DaprProtos.StartWorkflowResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestAlpha1.html" title="class in io.dapr.v1">DaprProtos.SubscribeTopicEventsRequestAlpha1</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.html" title="class in io.dapr.v1">DaprProtos.SubscribeTopicEventsRequestInitialAlpha1</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestProcessedAlpha1.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestProcessedAlpha1.html" title="class in io.dapr.v1">DaprProtos.SubscribeTopicEventsRequestProcessedAlpha1</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseAlpha1.html" title="class in io.dapr.v1">DaprProtos.SubscribeTopicEventsResponseAlpha1</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseInitialAlpha1.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsResponseInitialAlpha1.html" title="class in io.dapr.v1">DaprProtos.SubscribeTopicEventsResponseInitialAlpha1</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleDecryptRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleDecryptRequest.html" title="class in io.dapr.v1">DaprProtos.SubtleDecryptRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleDecryptResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleDecryptResponse.html" title="class in io.dapr.v1">DaprProtos.SubtleDecryptResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleEncryptRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleEncryptRequest.html" title="class in io.dapr.v1">DaprProtos.SubtleEncryptRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleEncryptResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleEncryptResponse.html" title="class in io.dapr.v1">DaprProtos.SubtleEncryptResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleGetKeyRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleGetKeyRequest.html" title="class in io.dapr.v1">DaprProtos.SubtleGetKeyRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleGetKeyResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleGetKeyResponse.html" title="class in io.dapr.v1">DaprProtos.SubtleGetKeyResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleSignRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleSignRequest.html" title="class in io.dapr.v1">DaprProtos.SubtleSignRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleSignResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleSignResponse.html" title="class in io.dapr.v1">DaprProtos.SubtleSignResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleUnwrapKeyRequest.html" title="class in io.dapr.v1">DaprProtos.SubtleUnwrapKeyRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleUnwrapKeyResponse.html" title="class in io.dapr.v1">DaprProtos.SubtleUnwrapKeyResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleVerifyRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleVerifyRequest.html" title="class in io.dapr.v1">DaprProtos.SubtleVerifyRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleVerifyResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleVerifyResponse.html" title="class in io.dapr.v1">DaprProtos.SubtleVerifyResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleWrapKeyRequest.html" title="class in io.dapr.v1">DaprProtos.SubtleWrapKeyRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubtleWrapKeyResponse.html" title="class in io.dapr.v1">DaprProtos.SubtleWrapKeyResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.TerminateWorkflowRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TerminateWorkflowRequest.html" title="class in io.dapr.v1">DaprProtos.TerminateWorkflowRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html" title="class in io.dapr.v1">DaprProtos.TransactionalActorStateOperation</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.TransactionalStateOperation.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TransactionalStateOperation.html" title="class in io.dapr.v1">DaprProtos.TransactionalStateOperation</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.TryLockRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TryLockRequest.html" title="class in io.dapr.v1">DaprProtos.TryLockRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.TryLockResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TryLockResponse.html" title="class in io.dapr.v1">DaprProtos.TryLockResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.UnlockRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.UnlockRequest.html" title="class in io.dapr.v1">DaprProtos.UnlockRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.UnlockResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.UnlockResponse.html" title="class in io.dapr.v1">DaprProtos.UnlockResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.html" title="class in io.dapr.v1">DaprProtos.UnregisterActorReminderRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.html" title="class in io.dapr.v1">DaprProtos.UnregisterActorTimerRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.html" title="class in io.dapr.v1">DaprProtos.UnsubscribeConfigurationRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html#getUnknownFields()" class="member-name-link">getUnknownFields()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html" title="class in io.dapr.v1">DaprProtos.UnsubscribeConfigurationResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprGrpc.html#getUnlockAlpha1Method()" class="member-name-link">getUnlockAlpha1Method()</a> - Static method in class io.dapr.v1.<a href="io/dapr/v1/DaprGrpc.html" title="class in io.dapr.v1">DaprGrpc</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprGrpc.html#getUnregisterActorReminderMethod()" class="member-name-link">getUnregisterActorReminderMethod()</a> - Static method in class io.dapr.v1.<a href="io/dapr/v1/DaprGrpc.html" title="class in io.dapr.v1">DaprGrpc</a></dt>
|
||||
|
@ -26300,221 +26087,221 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html#internalGetFieldAccessorTable()" class="member-name-link">internalGetFieldAccessorTable()</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html" title="class in io.dapr.v1">DaprProtos.UnsubscribeConfigurationResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html" title="class in io.dapr.v1">CommonProtos.ConfigurationItem.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html" title="class in io.dapr.v1">CommonProtos.ConfigurationItem.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.ConfigurationItem.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.ConfigurationItem.html" title="class in io.dapr.v1">CommonProtos.ConfigurationItem</a></dt>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.ConfigurationItem.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.ConfigurationItem.html" title="class in io.dapr.v1">CommonProtos.ConfigurationItem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.StateItem.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.StateItem.Builder.html" title="class in io.dapr.v1">CommonProtos.StateItem.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.StateItem.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.StateItem.Builder.html" title="class in io.dapr.v1">CommonProtos.StateItem.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.StateItem.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.StateItem.html" title="class in io.dapr.v1">CommonProtos.StateItem</a></dt>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.StateItem.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.StateItem.html" title="class in io.dapr.v1">CommonProtos.StateItem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.BindingEventRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.BindingEventRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.html" title="class in io.dapr.v1">DaprAppCallbackProtos.BindingEventRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.html" title="class in io.dapr.v1">DaprAppCallbackProtos.BindingEventRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequestEntry</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequestEntry</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicSubscription.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicSubscription.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicSubscription</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicSubscription</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequest.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequest.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequestEntry.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequestEntry.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequestEntry</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequestEntry</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkStateItem.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkStateItem.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkStateItem.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkStateItem.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkStateItem.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkStateItem.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkStateItem.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkStateItem.html" title="class in io.dapr.v1">DaprProtos.BulkStateItem</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkStateItem.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkStateItem.html" title="class in io.dapr.v1">DaprProtos.BulkStateItem</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.DeleteStateRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.DeleteStateRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DeleteStateRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DeleteStateRequest.html" title="class in io.dapr.v1">DaprProtos.DeleteStateRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DeleteStateRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DeleteStateRequest.html" title="class in io.dapr.v1">DaprProtos.DeleteStateRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.ExecuteStateTransactionRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.ExecuteStateTransactionRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html" title="class in io.dapr.v1">DaprProtos.ExecuteStateTransactionRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.html" title="class in io.dapr.v1">DaprProtos.ExecuteStateTransactionRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetActorStateResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetActorStateResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetActorStateResponse.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetActorStateResponse.html" title="class in io.dapr.v1">DaprProtos.GetActorStateResponse</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetActorStateResponse.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetActorStateResponse.html" title="class in io.dapr.v1">DaprProtos.GetActorStateResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretResponse</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkStateRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkStateRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.html" title="class in io.dapr.v1">DaprProtos.GetBulkStateRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.html" title="class in io.dapr.v1">DaprProtos.GetBulkStateRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationResponse</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetMetadataResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetMetadataResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetMetadataResponse.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetMetadataResponse.html" title="class in io.dapr.v1">DaprProtos.GetMetadataResponse</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetMetadataResponse.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetMetadataResponse.html" title="class in io.dapr.v1">DaprProtos.GetMetadataResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetSecretRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetSecretRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretRequest.html" title="class in io.dapr.v1">DaprProtos.GetSecretRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretRequest.html" title="class in io.dapr.v1">DaprProtos.GetSecretRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetSecretResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetSecretResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretResponse.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretResponse.html" title="class in io.dapr.v1">DaprProtos.GetSecretResponse</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretResponse.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretResponse.html" title="class in io.dapr.v1">DaprProtos.GetSecretResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetStateRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetStateRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateRequest.html" title="class in io.dapr.v1">DaprProtos.GetStateRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateRequest.html" title="class in io.dapr.v1">DaprProtos.GetStateRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateResponse.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetStateResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateResponse.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetStateResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateResponse.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateResponse.html" title="class in io.dapr.v1">DaprProtos.GetStateResponse</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateResponse.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateResponse.html" title="class in io.dapr.v1">DaprProtos.GetStateResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetWorkflowResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetWorkflowResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.html" title="class in io.dapr.v1">DaprProtos.GetWorkflowResponse</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.html" title="class in io.dapr.v1">DaprProtos.GetWorkflowResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeActorRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeActorRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeActorRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeActorRequest.html" title="class in io.dapr.v1">DaprProtos.InvokeActorRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeActorRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeActorRequest.html" title="class in io.dapr.v1">DaprProtos.InvokeActorRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingResponse</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.PublishEventRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.PublishEventRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PublishEventRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PublishEventRequest.html" title="class in io.dapr.v1">DaprProtos.PublishEventRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PublishEventRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PublishEventRequest.html" title="class in io.dapr.v1">DaprProtos.PublishEventRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html" title="class in io.dapr.v1">DaprProtos.PubsubSubscription.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html" title="class in io.dapr.v1">DaprProtos.PubsubSubscription.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PubsubSubscription.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PubsubSubscription.html" title="class in io.dapr.v1">DaprProtos.PubsubSubscription</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PubsubSubscription.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PubsubSubscription.html" title="class in io.dapr.v1">DaprProtos.PubsubSubscription</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.QueryStateRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.QueryStateRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateRequest.html" title="class in io.dapr.v1">DaprProtos.QueryStateRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateRequest.html" title="class in io.dapr.v1">DaprProtos.QueryStateRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.QueryStateResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.QueryStateResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateResponse.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateResponse.html" title="class in io.dapr.v1">DaprProtos.QueryStateResponse</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateResponse.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateResponse.html" title="class in io.dapr.v1">DaprProtos.QueryStateResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SecretResponse.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.SecretResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SecretResponse.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.SecretResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SecretResponse.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SecretResponse.html" title="class in io.dapr.v1">DaprProtos.SecretResponse</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SecretResponse.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SecretResponse.html" title="class in io.dapr.v1">DaprProtos.SecretResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.StartWorkflowRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.StartWorkflowRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.html" title="class in io.dapr.v1">DaprProtos.StartWorkflowRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.html" title="class in io.dapr.v1">DaprProtos.StartWorkflowRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationRequest</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationResponse</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationResponse</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.html" title="class in io.dapr.v1">DaprProtos.SubscribeTopicEventsRequestInitialAlpha1</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.html" title="class in io.dapr.v1">DaprProtos.SubscribeTopicEventsRequestInitialAlpha1</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html" title="class in io.dapr.v1">DaprProtos.TransactionalActorStateOperation.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html" title="class in io.dapr.v1">DaprProtos.TransactionalActorStateOperation.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html#internalGetMapField(int)" class="member-name-link">internalGetMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html" title="class in io.dapr.v1">DaprProtos.TransactionalActorStateOperation</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html#internalGetMapFieldReflection(int)" class="member-name-link">internalGetMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.html" title="class in io.dapr.v1">DaprProtos.TransactionalActorStateOperation</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html" title="class in io.dapr.v1">CommonProtos.ConfigurationItem.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html" title="class in io.dapr.v1">CommonProtos.ConfigurationItem.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.StateItem.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.StateItem.Builder.html" title="class in io.dapr.v1">CommonProtos.StateItem.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.StateItem.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.StateItem.Builder.html" title="class in io.dapr.v1">CommonProtos.StateItem.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.BindingEventRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.BindingEventRequest.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.BindingEventRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequest.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicSubscription.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.Builder.html" title="class in io.dapr.v1">DaprAppCallbackProtos.TopicSubscription.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequestEntry.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkPublishRequestEntry.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkPublishRequestEntry.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkStateItem.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkStateItem.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkStateItem.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.BulkStateItem.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.BulkStateItem.Builder.html" title="class in io.dapr.v1">DaprProtos.BulkStateItem.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.DeleteStateRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.DeleteStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.DeleteStateRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.ExecuteStateTransactionRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.ExecuteStateTransactionRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.ExecuteStateTransactionRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetActorStateResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetActorStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetActorStateResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkStateRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkStateRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetMetadataResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetMetadataResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetSecretRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetSecretRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetSecretResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetSecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetSecretResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetStateRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.GetStateRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateResponse.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetStateResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetStateResponse.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetStateResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetWorkflowResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetWorkflowResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetWorkflowResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeActorRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeActorRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeActorRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.InvokeBindingResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.InvokeBindingResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.PublishEventRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PublishEventRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.PublishEventRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html" title="class in io.dapr.v1">DaprProtos.PubsubSubscription.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.PubsubSubscription.Builder.html" title="class in io.dapr.v1">DaprProtos.PubsubSubscription.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.QueryStateRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.QueryStateRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.QueryStateResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.QueryStateResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.QueryStateResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SecretResponse.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.SecretResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SecretResponse.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.SecretResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.StartWorkflowRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.StartWorkflowRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.StartWorkflowRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationRequest.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationRequest.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationResponse.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationResponse.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeTopicEventsRequestInitialAlpha1.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html#internalGetMutableMapField(int)" class="member-name-link">internalGetMutableMapField(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html" title="class in io.dapr.v1">DaprProtos.TransactionalActorStateOperation.Builder</a></dt>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html#internalGetMutableMapFieldReflection(int)" class="member-name-link">internalGetMutableMapFieldReflection(int)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TransactionalActorStateOperation.Builder.html" title="class in io.dapr.v1">DaprProtos.TransactionalActorStateOperation.Builder</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.HTTPExtension.Verb.html#internalGetValueMap()" class="member-name-link">internalGetValueMap()</a> - Static method in enum io.dapr.v1.<a href="io/dapr/v1/CommonProtos.HTTPExtension.Verb.html" title="enum in io.dapr.v1">CommonProtos.HTTPExtension.Verb</a></dt>
|
||||
<dd> </dd>
|
||||
|
@ -34296,6 +34083,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -34308,6 +34096,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -34334,6 +34123,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -34366,6 +34156,11 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<div class="block">
|
||||
data is the secret value.</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html#putDataBuilderIfAbsent(java.lang.String)" class="member-name-link">putDataBuilderIfAbsent(String)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetBulkSecretResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetBulkSecretResponse.Builder</a></dt>
|
||||
<dd>
|
||||
<div class="block">
|
||||
data hold the secret values.</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html#putExtendedMetadata(java.lang.String,java.lang.String)" class="member-name-link">putExtendedMetadata(String, String)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetMetadataResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetMetadataResponse.Builder</a></dt>
|
||||
<dd>
|
||||
<div class="block"><code>map<string, string> extended_metadata = 4 [json_name = "extended"];</code></div>
|
||||
|
@ -34379,6 +34174,15 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<div class="block">
|
||||
The list of items containing configuration values</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html#putItemsBuilderIfAbsent(java.lang.String)" class="member-name-link">putItemsBuilderIfAbsent(String)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.GetConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.GetConfigurationResponse.Builder</a></dt>
|
||||
<dd>
|
||||
<div class="block"><code>map<string, .dapr.proto.common.v1.ConfigurationItem> items = 1;</code></div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html#putItemsBuilderIfAbsent(java.lang.String)" class="member-name-link">putItemsBuilderIfAbsent(String)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/DaprProtos.SubscribeConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.SubscribeConfigurationResponse.Builder</a></dt>
|
||||
<dd>
|
||||
<div class="block">
|
||||
The list of items containing configuration values</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html#putMetadata(java.lang.String,java.lang.String)" class="member-name-link">putMetadata(String, String)</a> - Method in class io.dapr.v1.<a href="io/dapr/v1/CommonProtos.ConfigurationItem.Builder.html" title="class in io.dapr.v1">CommonProtos.ConfigurationItem.Builder</a></dt>
|
||||
<dd>
|
||||
<div class="block">
|
||||
|
@ -34477,6 +34281,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -34489,6 +34294,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -34515,6 +34321,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -35001,6 +34808,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to output binding components
|
||||
|
||||
Common metadata property:
|
||||
- ttlInSeconds : the time to live in seconds for the message.</div>
|
||||
</dd>
|
||||
|
@ -35013,6 +34821,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -35039,6 +34848,7 @@ TODO: Cassie: probably add scheduler runtime status</div>
|
|||
<dd>
|
||||
<div class="block">
|
||||
The metadata passing to pub components
|
||||
|
||||
metadata property:
|
||||
- key : the key of the message.</div>
|
||||
</dd>
|
||||
|
@ -41364,7 +41174,7 @@ the order they are declared.</div>
|
|||
<a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:K">K</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:Q">Q</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <a href="#I:Y">Y</a> <a href="#I:Z">Z</a> <br><a href="allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="constant-values.html">Constant Field Values</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a></main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Overview (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Overview (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="package index">
|
||||
<meta name="generator" content="javadoc/PackageIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -50,7 +50,7 @@ loadScripts(document, 'script');</script>
|
|||
<div class="flex-content">
|
||||
<main role="main">
|
||||
<div class="header">
|
||||
<h1 class="title">dapr-sdk-parent 1.13.1 API</h1>
|
||||
<h1 class="title">dapr-sdk-parent 1.13.2 API</h1>
|
||||
</div>
|
||||
<div id="all-packages-table">
|
||||
<div class="caption"><span>Packages</span></div>
|
||||
|
@ -130,7 +130,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Rule (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Rule (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr, annotation type: Rule">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||
|
@ -141,7 +141,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Topic (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Topic (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr, annotation type: Topic">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
|
||||
|
@ -220,7 +220,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>ActorId (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorId (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorId">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -257,7 +257,7 @@ implements <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>ActorMethod (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorMethod (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorMethod">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -146,7 +146,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>ActorTrace (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorTrace (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorTrace">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -223,7 +223,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>ActorType (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorType (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorType">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -123,7 +123,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>ActorUtils (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorUtils (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorUtils">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -165,7 +165,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.actors, class: ActorId">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -166,7 +166,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorMethod (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorMethod (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.actors, annotation type: ActorMethod">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -55,7 +55,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.actors.ActorMethod</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.actors, class: ActorTrace">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -55,7 +55,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.actors.ActorTrace</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorType (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorType (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.actors, annotation type: ActorType">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -55,7 +55,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.actors.ActorType</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorUtils (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorUtils (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.actors, class: ActorUtils">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -55,7 +55,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.actors.ActorUtils</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>ActorClient (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorClient (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.client, class: ActorClient">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -238,7 +238,7 @@ implements <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>ActorProxy (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorProxy (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.client, interface: ActorProxy">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -283,7 +283,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>ActorProxyBuilder (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>ActorProxyBuilder (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.client, class: ActorProxyBuilder">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -219,7 +219,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorClient (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorClient (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.actors.client, class: ActorClient">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -90,7 +90,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Uses of Interface io.dapr.actors.client.ActorProxy (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.actors.client.ActorProxy (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.actors.client, interface: ActorProxy">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -55,7 +55,7 @@ loadScripts(document, 'script');</script>
|
|||
No usage of io.dapr.actors.client.ActorProxy</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorProxyBuilder (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorProxyBuilder (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.actors.client, class: ActorProxyBuilder">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
@ -82,7 +82,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>io.dapr.actors.client (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>io.dapr.actors.client (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.client">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -109,7 +109,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>io.dapr.actors.client Class Hierarchy (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>io.dapr.actors.client Class Hierarchy (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="tree: package: io.dapr.actors.client">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -76,7 +76,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Uses of Package io.dapr.actors.client (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors.client (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.actors.client">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
@ -83,7 +83,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>io.dapr.actors (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>io.dapr.actors (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -115,7 +115,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>io.dapr.actors Class Hierarchy (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>io.dapr.actors Class Hierarchy (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="tree: package: io.dapr.actors">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -78,7 +78,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
|
||||
<title>Uses of Package io.dapr.actors (dapr-sdk-parent 1.13.1 API)</title>
|
||||
<!-- Generated by javadoc (17) on Wed Jan 08 12:31:24 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors (dapr-sdk-parent 1.13.2 API)</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="dc.created" content="2024-12-09">
|
||||
<meta name="dc.created" content="2025-01-08">
|
||||
<meta name="description" content="use: package: io.dapr.actors">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
@ -109,7 +109,7 @@ loadScripts(document, 'script');</script>
|
|||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<p class="legal-copy"><small>Copyright © 2024. All rights reserved.</small></p>
|
||||
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue