mirror of https://github.com/dapr/java-sdk.git
Generate updated javadocs for 1.15.1
Signed-off-by: Dapr Bot <daprweb@microsoft.com>
This commit is contained in:
parent
62b01c6023
commit
a782438c36
12
README.md
12
README.md
|
@ -50,19 +50,19 @@ For a Maven project, add the following to your `pom.xml` file:
|
|||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk</artifactId>
|
||||
<version>1.15.0</version>
|
||||
<version>1.15.1</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK for Actors (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-actors</artifactId>
|
||||
<version>1.15.0</version>
|
||||
<version>1.15.1</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK integration with SpringBoot (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-springboot</artifactId>
|
||||
<version>1.15.0</version>
|
||||
<version>1.15.1</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.15.0')
|
||||
compile('io.dapr:dapr-sdk:1.15.1')
|
||||
// Dapr's SDK for Actors (optional).
|
||||
compile('io.dapr:dapr-sdk-actors:1.15.0')
|
||||
compile('io.dapr:dapr-sdk-actors:1.15.1')
|
||||
// Dapr's SDK integration with SpringBoot (optional).
|
||||
compile('io.dapr:dapr-sdk-springboot:1.15.0')
|
||||
compile('io.dapr:dapr-sdk-springboot:1.15.1')
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -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.15.0</version>
|
||||
<version>1.15.1</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK for Actors (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-actors</artifactId>
|
||||
<version>1.15.0</version>
|
||||
<version>1.15.1</version>
|
||||
</dependency>
|
||||
<!-- Dapr's SDK integration with SpringBoot (optional). -->
|
||||
<dependency>
|
||||
<groupId>io.dapr</groupId>
|
||||
<artifactId>dapr-sdk-springboot</artifactId>
|
||||
<version>1.15.0</version>
|
||||
<version>1.15.1</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.15.0')
|
||||
compile('io.dapr:dapr-sdk:1.15.1')
|
||||
// Dapr's SDK for Actors (optional).
|
||||
compile('io.dapr:dapr-sdk-actors:1.15.0')
|
||||
compile('io.dapr:dapr-sdk-actors:1.15.1')
|
||||
// Dapr's SDK integration with SpringBoot (optional).
|
||||
compile('io.dapr:dapr-sdk-springboot:1.15.0')
|
||||
compile('io.dapr:dapr-sdk-springboot:1.15.1')
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -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.15.0</version>
|
||||
<version>1.15.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
|
@ -26,12 +26,12 @@ If you already have a Spring Boot application, you can directly add the followin
|
|||
<dependency>
|
||||
<groupId>io.dapr.spring</groupId>
|
||||
<artifactId>dapr-spring-boot-starter</artifactId>
|
||||
<version>0.15.0</version>
|
||||
<version>0.15.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.dapr.spring</groupId>
|
||||
<artifactId>dapr-spring-boot-starter-test</artifactId>
|
||||
<version>0.15.0</version>
|
||||
<version>0.15.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="class index">
|
||||
<meta name="generator" content="javadoc/AllClassesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>All Packages (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>All Packages (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="package index">
|
||||
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Constant Field Values (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Constant Field Values (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="summary of constants">
|
||||
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>All Classes and Interfaces (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="class index">
|
||||
<meta name="generator" content="javadoc/AllClassesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>All Packages (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>All Packages (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="package index">
|
||||
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>API Help (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>API Help (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="help">
|
||||
<meta name="generator" content="javadoc/HelpWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Index (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Index (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="index">
|
||||
<meta name="generator" content="javadoc/IndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -282,6 +282,8 @@ loadScripts(document, 'script');</script>
|
|||
</dl>
|
||||
<h2 class="title" id="I:G">G</h2>
|
||||
<dl class="index">
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#getAppId()" class="member-name-link">getAppId()</a> - Method in class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskRetryPolicy.html#getBackoffCoefficient()" class="member-name-link">getBackoffCoefficient()</a> - Method in class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskRetryPolicy.html" title="class in io.dapr.workflows">WorkflowTaskRetryPolicy</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/client/WorkflowInstanceStatus.html#getCreatedAt()" class="member-name-link">getCreatedAt()</a> - Method in interface io.dapr.workflows.client.<a href="io/dapr/workflows/client/WorkflowInstanceStatus.html" title="interface in io.dapr.workflows.client">WorkflowInstanceStatus</a></dt>
|
||||
|
@ -841,10 +843,26 @@ the order they are declared.</div>
|
|||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryHandler)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryHandler)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryHandler,java.lang.String)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryHandler, String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructor for WorkflowTaskOptions with retry handler and app ID.</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy,io.dapr.workflows.WorkflowTaskRetryHandler)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy, WorkflowTaskRetryHandler)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy,io.dapr.workflows.WorkflowTaskRetryHandler,java.lang.String)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy, WorkflowTaskRetryHandler, String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructor for WorkflowTaskOptions with retry policy, retry handler, and app ID.</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy,java.lang.String)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy, String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructor for WorkflowTaskOptions with retry policy and app ID.</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(java.lang.String)" class="member-name-link">WorkflowTaskOptions(String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructor for WorkflowTaskOptions with app ID for cross-app calls.</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskRetryContext.html" class="type-name-link" title="class in io.dapr.workflows">WorkflowTaskRetryContext</a> - Class in <a href="io/dapr/workflows/package-summary.html">io.dapr.workflows</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskRetryContext.html#%3Cinit%3E(io.dapr.workflows.runtime.DefaultWorkflowContext,int,io.dapr.workflows.client.WorkflowFailureDetails,java.time.Duration)" class="member-name-link">WorkflowTaskRetryContext(DefaultWorkflowContext, int, WorkflowFailureDetails, Duration)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskRetryContext.html" title="class in io.dapr.workflows">WorkflowTaskRetryContext</a></dt>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Overview (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Overview (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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.15.0 API</h1>
|
||||
<h1 class="title">dapr-sdk-workflows 0.15.1 API</h1>
|
||||
</div>
|
||||
<div id="all-packages-table">
|
||||
<div class="caption"><span>Packages</span></div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Workflow (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Workflow (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows, interface: Workflow">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>WorkflowContext (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>WorkflowContext (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>WorkflowStub (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>WorkflowStub (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.Workflow (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.Workflow (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.workflows, interface: Workflow">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>DaprWorkflowClient (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>DaprWorkflowClient (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>WorkflowFailureDetails (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>WorkflowFailureDetails (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client, interface: WorkflowFailureDetails">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>WorkflowInstanceStatus (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>WorkflowInstanceStatus (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.workflows.client, interface: WorkflowInstanceStatus">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client, interface: WorkflowFailureDetails">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.workflows.client, interface: WorkflowInstanceStatus">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>io.dapr.workflows.client (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>io.dapr.workflows.client (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>io.dapr.workflows.client Class Hierarchy (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>io.dapr.workflows.client Class Hierarchy (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.client (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.client (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>ApiTokenClientInterceptor (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>ApiTokenClientInterceptor (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>io.dapr.workflows.internal (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>io.dapr.workflows.internal (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>io.dapr.workflows.internal Class Hierarchy (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>io.dapr.workflows.internal Class Hierarchy (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.internal (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.internal (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>io.dapr.workflows (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>io.dapr.workflows (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>io.dapr.workflows Class Hierarchy (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>io.dapr.workflows Class Hierarchy (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>WorkflowRuntime (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>WorkflowRuntime (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>WorkflowRuntimeBuilder (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>WorkflowRuntimeBuilder (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>io.dapr.workflows.runtime (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>io.dapr.workflows.runtime (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.runtime (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.workflows.runtime (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>dapr-sdk-workflows 0.15.0 API</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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 Wed Aug 13 17:21:34 UTC 2025 -->
|
||||
<title>Class Hierarchy (dapr-sdk-workflows 0.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
|
||||
<title>Class Hierarchy (dapr-sdk-workflows 0.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="class tree">
|
||||
<meta name="generator" content="javadoc/TreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -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 2025-08-13
|
||||
| Generated by Apache Maven Doxia Site Renderer 1.9.1 from org.apache.maven.plugins:maven-site-plugin:3.8.2:CategorySummaryDocumentRenderer at 2025-08-26
|
||||
|
||||
| Rendered using Apache Maven Default Skin
|
||||
-->
|
||||
|
@ -25,8 +25,8 @@
|
|||
</div>
|
||||
<div id="breadcrumbs">
|
||||
<div class="xleft">
|
||||
<span id="publishDate">Last Published: 2025-08-13</span>
|
||||
 | <span id="projectVersion">Version: 0.15.0</span>
|
||||
<span id="publishDate">Last Published: 2025-08-26</span>
|
||||
 | <span id="projectVersion">Version: 0.15.1</span>
|
||||
</div>
|
||||
<div class="xright"><a href="./" title="dapr-sdk-workflows">dapr-sdk-workflows</a> </div>
|
||||
<div class="clear">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Deprecated List (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Deprecated List (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="deprecated elements">
|
||||
<meta name="generator" content="javadoc/DeprecatedListWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>API Help (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>API Help (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="help">
|
||||
<meta name="generator" content="javadoc/HelpWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Index (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Index (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="index">
|
||||
<meta name="generator" content="javadoc/IndexWriter">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
|
@ -9796,6 +9796,8 @@ loadScripts(document, 'script');</script>
|
|||
<dd> </dd>
|
||||
<dt><a href="io/dapr/client/domain/InvokeMethodRequest.html#getAppId()" class="member-name-link">getAppId()</a> - Method in class io.dapr.client.domain.<a href="io/dapr/client/domain/InvokeMethodRequest.html" title="class in io.dapr.client.domain">InvokeMethodRequest</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#getAppId()" class="member-name-link">getAppId()</a> - Method in class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/testcontainers/DaprContainer.html#getAppName()" class="member-name-link">getAppName()</a> - Method in class io.dapr.testcontainers.<a href="io/dapr/testcontainers/DaprContainer.html" title="class in io.dapr.testcontainers">DaprContainer</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/testcontainers/DaprContainer.html#getAppPort()" class="member-name-link">getAppPort()</a> - Method in class io.dapr.testcontainers.<a href="io/dapr/testcontainers/DaprContainer.html" title="class in io.dapr.testcontainers">DaprContainer</a></dt>
|
||||
|
@ -43208,10 +43210,26 @@ the order they are declared.</div>
|
|||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryHandler)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryHandler)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryHandler,java.lang.String)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryHandler, String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructor for WorkflowTaskOptions with retry handler and app ID.</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy,io.dapr.workflows.WorkflowTaskRetryHandler)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy, WorkflowTaskRetryHandler)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy,io.dapr.workflows.WorkflowTaskRetryHandler,java.lang.String)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy, WorkflowTaskRetryHandler, String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructor for WorkflowTaskOptions with retry policy, retry handler, and app ID.</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(io.dapr.workflows.WorkflowTaskRetryPolicy,java.lang.String)" class="member-name-link">WorkflowTaskOptions(WorkflowTaskRetryPolicy, String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructor for WorkflowTaskOptions with retry policy and app ID.</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskOptions.html#%3Cinit%3E(java.lang.String)" class="member-name-link">WorkflowTaskOptions(String)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskOptions.html" title="class in io.dapr.workflows">WorkflowTaskOptions</a></dt>
|
||||
<dd>
|
||||
<div class="block">Constructor for WorkflowTaskOptions with app ID for cross-app calls.</div>
|
||||
</dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskRetryContext.html" class="type-name-link" title="class in io.dapr.workflows">WorkflowTaskRetryContext</a> - Class in <a href="io/dapr/workflows/package-summary.html">io.dapr.workflows</a></dt>
|
||||
<dd> </dd>
|
||||
<dt><a href="io/dapr/workflows/WorkflowTaskRetryContext.html#%3Cinit%3E(io.dapr.workflows.runtime.DefaultWorkflowContext,int,io.dapr.workflows.client.WorkflowFailureDetails,java.time.Duration)" class="member-name-link">WorkflowTaskRetryContext(DefaultWorkflowContext, int, WorkflowFailureDetails, Duration)</a> - Constructor for class io.dapr.workflows.<a href="io/dapr/workflows/WorkflowTaskRetryContext.html" title="class in io.dapr.workflows">WorkflowTaskRetryContext</a></dt>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Overview (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Overview (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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.15.0 API</h1>
|
||||
<h1 class="title">dapr-sdk-parent 1.15.1 API</h1>
|
||||
</div>
|
||||
<div id="all-packages-table">
|
||||
<div class="caption"><span>Packages</span></div>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Rule (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Rule (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Topic (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Topic (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorId (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorId (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorMethod (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorMethod (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorTrace (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorTrace (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorType (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorType (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorUtils (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorUtils (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorMethod (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorMethod (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorType (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Annotation Type io.dapr.actors.ActorType (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorUtils (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.ActorUtils (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorClient (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorClient (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorProxy (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorProxy (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorProxyBuilder (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorProxyBuilder (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorClient (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorClient (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.actors.client.ActorProxy (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.actors.client.ActorProxy (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorProxyBuilder (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.client.ActorProxyBuilder (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>io.dapr.actors.client (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>io.dapr.actors.client (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>io.dapr.actors.client Class Hierarchy (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>io.dapr.actors.client Class Hierarchy (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors.client (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors.client (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>io.dapr.actors (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>io.dapr.actors (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>io.dapr.actors Class Hierarchy (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>io.dapr.actors Class Hierarchy (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<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">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>AbstractActor (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>AbstractActor (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, class: AbstractActor">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorFactory (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorFactory (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, interface: ActorFactory">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorMethodContext (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorMethodContext (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, class: ActorMethodContext">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorObjectSerializer (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorObjectSerializer (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, class: ActorObjectSerializer">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorRuntime (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorRuntime (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, class: ActorRuntime">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorRuntimeConfig (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorRuntimeConfig (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, class: ActorRuntimeConfig">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorRuntimeContext (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorRuntimeContext (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, class: ActorRuntimeContext">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorStateChange (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorStateChange (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, class: ActorStateChange">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorStateChangeKind (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorStateChangeKind (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, enum: ActorStateChangeKind">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorStateManager (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorStateManager (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, class: ActorStateManager">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>ActorTypeConfig (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>ActorTypeConfig (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, class: ActorTypeConfig">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Remindable (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Remindable (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime, interface: Remindable">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.AbstractActor (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.AbstractActor (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, class: AbstractActor">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.actors.runtime.ActorFactory (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.actors.runtime.ActorFactory (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, interface: ActorFactory">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorMethodContext (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorMethodContext (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, class: ActorMethodContext">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorObjectSerializer (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorObjectSerializer (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, class: ActorObjectSerializer">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorRuntime (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorRuntime (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, class: ActorRuntime">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorRuntimeConfig (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorRuntimeConfig (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, class: ActorRuntimeConfig">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorRuntimeContext (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorRuntimeContext (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, class: ActorRuntimeContext">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorStateChange (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorStateChange (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, class: ActorStateChange">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Enum io.dapr.actors.runtime.ActorStateChangeKind (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Enum io.dapr.actors.runtime.ActorStateChangeKind (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, enum: ActorStateChangeKind">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorStateManager (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorStateManager (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, class: ActorStateManager">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorTypeConfig (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Class io.dapr.actors.runtime.ActorTypeConfig (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, class: ActorTypeConfig">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.actors.runtime.Remindable (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Interface io.dapr.actors.runtime.Remindable (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime, interface: Remindable">
|
||||
<meta name="generator" content="javadoc/ClassUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>io.dapr.actors.runtime (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>io.dapr.actors.runtime (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="declaration: package: io.dapr.actors.runtime">
|
||||
<meta name="generator" content="javadoc/PackageWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>io.dapr.actors.runtime Class Hierarchy (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>io.dapr.actors.runtime Class Hierarchy (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="tree: package: io.dapr.actors.runtime">
|
||||
<meta name="generator" content="javadoc/PackageTreeWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors.runtime (dapr-sdk-parent 1.15.0 API)</title>
|
||||
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
|
||||
<title>Uses of Package io.dapr.actors.runtime (dapr-sdk-parent 1.15.1 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="2025-08-13">
|
||||
<meta name="dc.created" content="2025-08-26">
|
||||
<meta name="description" content="use: package: io.dapr.actors.runtime">
|
||||
<meta name="generator" content="javadoc/PackageUseWriter">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue