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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1</version>
<version>1.15.0</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>1.15.1</version>
<version>1.15.0</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.15.1</version>
<version>1.15.0</version>
</dependency>
...
</dependencies>
Expand All @@ -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.1')
compile('io.dapr:dapr-sdk:1.15.0')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:1.15.1')
compile('io.dapr:dapr-sdk-actors:1.15.0')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:1.15.1')
compile('io.dapr:dapr-sdk-springboot:1.15.0')
}
```

Expand Down
14 changes: 7 additions & 7 deletions daprdocs/content/en/java-sdk-docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1</version>
<version>1.15.0</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>1.15.1</version>
<version>1.15.0</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.15.1</version>
<version>1.15.0</version>
</dependency>
...
</dependencies>
Expand All @@ -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.1')
compile('io.dapr:dapr-sdk:1.15.0')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:1.15.1')
compile('io.dapr:dapr-sdk-actors:1.15.0')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:1.15.1')
compile('io.dapr:dapr-sdk-springboot:1.15.0')
}
```

Expand All @@ -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.1</version>
<version>1.15.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions daprdocs/content/en/java-sdk-docs/spring-boot/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1</version>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>io.dapr.spring</groupId>
<artifactId>dapr-spring-boot-starter-test</artifactId>
<version>0.15.1</version>
<version>0.15.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions docs/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- 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>
<!-- 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>
<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-26">
<meta name="dc.created" content="2025-08-13">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 26 11:52:58 UTC 2025 -->
<title>All Packages (dapr-sdk-parent 1.15.1 API)</title>
<!-- Generated by javadoc (17) on Wed Aug 13 17:17:15 UTC 2025 -->
<title>All Packages (dapr-sdk-parent 1.15.0 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-26">
<meta name="dc.created" content="2025-08-13">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- 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>
<!-- 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>
<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-26">
<meta name="dc.created" content="2025-08-13">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/dapr-sdk-workflows/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- 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>
<!-- 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>
<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-26">
<meta name="dc.created" content="2025-08-13">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/dapr-sdk-workflows/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
<title>All Packages (dapr-sdk-workflows 0.15.1 API)</title>
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
<title>All Packages (dapr-sdk-workflows 0.15.0 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-26">
<meta name="dc.created" content="2025-08-13">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/dapr-sdk-workflows/help-doc.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
<title>API Help (dapr-sdk-workflows 0.15.1 API)</title>
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
<title>API Help (dapr-sdk-workflows 0.15.0 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-26">
<meta name="dc.created" content="2025-08-13">
<meta name="description" content="help">
<meta name="generator" content="javadoc/HelpWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
24 changes: 3 additions & 21 deletions docs/dapr-sdk-workflows/index-all.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
<title>Index (dapr-sdk-workflows 0.15.1 API)</title>
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
<title>Index (dapr-sdk-workflows 0.15.0 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-26">
<meta name="dc.created" content="2025-08-13">
<meta name="description" content="index">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -282,8 +282,6 @@ <h2 class="title" id="I:F">F</h2>
</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>&nbsp;</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>&nbsp;</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>
Expand Down Expand Up @@ -843,26 +841,10 @@ <h2 class="title" id="I:W">W</h2>
<dd>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>
Expand Down
8 changes: 4 additions & 4 deletions docs/dapr-sdk-workflows/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
<title>Overview (dapr-sdk-workflows 0.15.1 API)</title>
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
<title>Overview (dapr-sdk-workflows 0.15.0 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-26">
<meta name="dc.created" content="2025-08-13">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/PackageIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -49,7 +49,7 @@
<div class="flex-content">
<main role="main">
<div class="header">
<h1 class="title">dapr-sdk-workflows 0.15.1 API</h1>
<h1 class="title">dapr-sdk-workflows 0.15.0 API</h1>
</div>
<div id="all-packages-table">
<div class="caption"><span>Packages</span></div>
Expand Down
6 changes: 3 additions & 3 deletions docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
<title>Workflow (dapr-sdk-workflows 0.15.1 API)</title>
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
<title>Workflow (dapr-sdk-workflows 0.15.0 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-26">
<meta name="dc.created" content="2025-08-13">
<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">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
<title>WorkflowContext (dapr-sdk-workflows 0.15.1 API)</title>
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
<title>WorkflowContext (dapr-sdk-workflows 0.15.0 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-26">
<meta name="dc.created" content="2025-08-13">
<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">
Expand Down
6 changes: 3 additions & 3 deletions docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
<title>WorkflowStub (dapr-sdk-workflows 0.15.1 API)</title>
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
<title>WorkflowStub (dapr-sdk-workflows 0.15.0 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-26">
<meta name="dc.created" content="2025-08-13">
<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">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- 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>
<!-- 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>
<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-26">
<meta name="dc.created" content="2025-08-13">
<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">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- 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>
<!-- 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>
<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-26">
<meta name="dc.created" content="2025-08-13">
<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">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- 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>
<!-- 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>
<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-26">
<meta name="dc.created" content="2025-08-13">
<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">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 26 11:57:18 UTC 2025 -->
<title>DaprWorkflowClient (dapr-sdk-workflows 0.15.1 API)</title>
<!-- Generated by javadoc (17) on Wed Aug 13 17:21:34 UTC 2025 -->
<title>DaprWorkflowClient (dapr-sdk-workflows 0.15.0 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-26">
<meta name="dc.created" content="2025-08-13">
<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">
Expand Down
Loading
Loading