Generate updated javadocs for 1.6.0 (#758)

Signed-off-by: Artur Souza <asouza.pro@gmail.com>
This commit is contained in:
Artur Souza 2022-07-12 09:04:55 -07:00 committed by GitHub
parent 2c62f5db3e
commit cff90c0015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
642 changed files with 13896 additions and 2320 deletions

View File

@ -52,19 +52,19 @@ For a Maven project, add the following to your `pom.xml` file:
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
...
</dependencies>
@ -78,11 +78,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.5.0')
compile('io.dapr:dapr-sdk:1.6.0')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:1.5.0')
compile('io.dapr:dapr-sdk-actors:1.6.0')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:1.5.0')
compile('io.dapr:dapr-sdk-springboot:1.6.0')
}
```

View File

@ -31,19 +31,19 @@ For a Maven project, add the following to your `pom.xml` file:
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
...
</dependencies>
@ -57,11 +57,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.5.0')
compile('io.dapr:dapr-sdk:1.6.0')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:1.5.0')
compile('io.dapr:dapr-sdk-actors:1.6.0')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:1.5.0')
compile('io.dapr:dapr-sdk-springboot:1.6.0')
}
```
@ -72,7 +72,7 @@ You can fix this by specifying a compatible OkHttp version in your project to ma
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
```

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>All Classes (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>All Classes (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@ -933,156 +933,202 @@ loadScripts(document, 'script');</script>
</div>
<div class="col-first odd-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.TransactionalStateOperationOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.TransactionalStateOperationOrBuilder</a></div>
<div class="col-last odd-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.html" title="class in io.dapr.v1">DaprProtos.UnregisterActorReminderRequest</a></div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.TryLockRequest.html" title="class in io.dapr.v1">DaprProtos.TryLockRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">
UnregisterActorReminderRequest is the message to unregister an actor reminder.</div>
<div class="block">Protobuf type <code>dapr.proto.runtime.v1.TryLockRequest</code></div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.UnregisterActorReminderRequest.Builder</a></div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.TryLockRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.TryLockRequest.Builder</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Protobuf type <code>dapr.proto.runtime.v1.TryLockRequest</code></div>
</div>
<div class="col-first even-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.TryLockRequestOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.TryLockRequestOrBuilder</a></div>
<div class="col-last even-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.TryLockResponse.html" title="class in io.dapr.v1">DaprProtos.TryLockResponse</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Protobuf type <code>dapr.proto.runtime.v1.TryLockResponse</code></div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.TryLockResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.TryLockResponse.Builder</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Protobuf type <code>dapr.proto.runtime.v1.TryLockResponse</code></div>
</div>
<div class="col-first odd-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.TryLockResponseOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.TryLockResponseOrBuilder</a></div>
<div class="col-last odd-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnlockRequest.html" title="class in io.dapr.v1">DaprProtos.UnlockRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Protobuf type <code>dapr.proto.runtime.v1.UnlockRequest</code></div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnlockRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.UnlockRequest.Builder</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Protobuf type <code>dapr.proto.runtime.v1.UnlockRequest</code></div>
</div>
<div class="col-first even-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnlockRequestOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.UnlockRequestOrBuilder</a></div>
<div class="col-last even-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnlockResponse.html" title="class in io.dapr.v1">DaprProtos.UnlockResponse</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Protobuf type <code>dapr.proto.runtime.v1.UnlockResponse</code></div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnlockResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.UnlockResponse.Builder</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Protobuf type <code>dapr.proto.runtime.v1.UnlockResponse</code></div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab3"><a href="io/dapr/v1/DaprProtos.UnlockResponse.Status.html" title="enum class in io.dapr.v1">DaprProtos.UnlockResponse.Status</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab3">
<div class="block">Protobuf enum <code>dapr.proto.runtime.v1.UnlockResponse.Status</code></div>
</div>
<div class="col-first even-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnlockResponseOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.UnlockResponseOrBuilder</a></div>
<div class="col-last even-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.html" title="class in io.dapr.v1">DaprProtos.UnregisterActorReminderRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">
UnregisterActorReminderRequest is the message to unregister an actor reminder.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorReminderRequestOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.UnregisterActorReminderRequestOrBuilder</a></div>
<div class="col-last even-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.html" title="class in io.dapr.v1">DaprProtos.UnregisterActorTimerRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.UnregisterActorReminderRequest.Builder</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">
UnregisterActorTimerRequest is the message to unregister an actor timer</div>
UnregisterActorReminderRequest is the message to unregister an actor reminder.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.UnregisterActorTimerRequest.Builder</a></div>
<div class="col-first odd-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorReminderRequestOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.UnregisterActorReminderRequestOrBuilder</a></div>
<div class="col-last odd-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.html" title="class in io.dapr.v1">DaprProtos.UnregisterActorTimerRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">
UnregisterActorTimerRequest is the message to unregister an actor timer</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorTimerRequestOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.UnregisterActorTimerRequestOrBuilder</a></div>
<div class="col-last odd-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.html" title="class in io.dapr.v1">DaprProtos.UnsubscribeConfigurationRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">
UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.UnsubscribeConfigurationRequest.Builder</a></div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorTimerRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.UnregisterActorTimerRequest.Builder</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">
UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.</div>
UnregisterActorTimerRequest is the message to unregister an actor timer</div>
</div>
<div class="col-first even-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.UnsubscribeConfigurationRequestOrBuilder</a></div>
<div class="col-first even-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnregisterActorTimerRequestOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.UnregisterActorTimerRequestOrBuilder</a></div>
<div class="col-last even-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html" title="class in io.dapr.v1">DaprProtos.UnsubscribeConfigurationResponse</a></div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.html" title="class in io.dapr.v1">DaprProtos.UnsubscribeConfigurationRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">
UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequest.Builder.html" title="class in io.dapr.v1">DaprProtos.UnsubscribeConfigurationRequest.Builder</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">
UnSubscribeConfigurationRequest is the message to stop watching the key-value configuration.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationRequestOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.UnsubscribeConfigurationRequestOrBuilder</a></div>
<div class="col-last odd-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.html" title="class in io.dapr.v1">DaprProtos.UnsubscribeConfigurationResponse</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Protobuf type <code>dapr.proto.runtime.v1.UnsubscribeConfigurationResponse</code></div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.UnsubscribeConfigurationResponse.Builder</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Protobuf type <code>dapr.proto.runtime.v1.UnsubscribeConfigurationResponse</code></div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponse.Builder.html" title="class in io.dapr.v1">DaprProtos.UnsubscribeConfigurationResponse.Builder</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Protobuf type <code>dapr.proto.runtime.v1.UnsubscribeConfigurationResponse</code></div>
</div>
<div class="col-first odd-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.UnsubscribeConfigurationResponseOrBuilder</a></div>
<div class="col-last odd-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/serializer/DefaultObjectSerializer.html" title="class in io.dapr.serializer">DefaultObjectSerializer</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/v1/DaprProtos.UnsubscribeConfigurationResponseOrBuilder.html" title="interface in io.dapr.v1">DaprProtos.UnsubscribeConfigurationResponseOrBuilder</a></div>
<div class="col-last even-row-color all-classes-table-tab1 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/serializer/DefaultObjectSerializer.html" title="class in io.dapr.serializer">DefaultObjectSerializer</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Default serializer/deserializer for request/response objects and for state objects too.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/DeleteStateRequest.html" title="class in io.dapr.client.domain">DeleteStateRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/DeleteStateRequest.html" title="class in io.dapr.client.domain">DeleteStateRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">A request to delete a state by key.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/utils/DurationUtils.html" title="class in io.dapr.utils">DurationUtils</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/filters/EqFilter.html" title="class in io.dapr.client.domain.query.filters">EqFilter</a>&lt;<a href="io/dapr/client/domain/query/filters/EqFilter.html" title="type parameter in EqFilter">T</a>&gt;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/utils/DurationUtils.html" title="class in io.dapr.utils">DurationUtils</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/ExecuteStateTransactionRequest.html" title="class in io.dapr.client.domain">ExecuteStateTransactionRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/filters/EqFilter.html" title="class in io.dapr.client.domain.query.filters">EqFilter</a>&lt;<a href="io/dapr/client/domain/query/filters/EqFilter.html" title="type parameter in EqFilter">T</a>&gt;</div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/ExecuteStateTransactionRequest.html" title="class in io.dapr.client.domain">ExecuteStateTransactionRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">A request for executing state transaction operations.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/filters/Filter.html" title="class in io.dapr.client.domain.query.filters">Filter</a>&lt;<a href="io/dapr/client/domain/query/filters/Filter.html" title="type parameter in Filter">T</a>&gt;</div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/config/GenericProperty.html" title="class in io.dapr.config">GenericProperty</a>&lt;<a href="io/dapr/config/GenericProperty.html" title="type parameter in GenericProperty">T</a>&gt;</div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/filters/Filter.html" title="class in io.dapr.client.domain.query.filters">Filter</a>&lt;<a href="io/dapr/client/domain/query/filters/Filter.html" title="type parameter in Filter">T</a>&gt;</div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/config/GenericProperty.html" title="class in io.dapr.config">GenericProperty</a>&lt;<a href="io/dapr/config/GenericProperty.html" title="type parameter in GenericProperty">T</a>&gt;</div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Configuration property for any type.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/GetBulkSecretRequest.html" title="class in io.dapr.client.domain">GetBulkSecretRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/GetBulkSecretRequest.html" title="class in io.dapr.client.domain">GetBulkSecretRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">A request to get a secret by key.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/GetBulkStateRequest.html" title="class in io.dapr.client.domain">GetBulkStateRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/GetBulkStateRequest.html" title="class in io.dapr.client.domain">GetBulkStateRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">A request to get bulk state by keys.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/GetConfigurationRequest.html" title="class in io.dapr.client.domain">GetConfigurationRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/GetConfigurationRequest.html" title="class in io.dapr.client.domain">GetConfigurationRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Request to get one or more configuration items from Dapr's configuration store.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/GetSecretRequest.html" title="class in io.dapr.client.domain">GetSecretRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/GetSecretRequest.html" title="class in io.dapr.client.domain">GetSecretRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">A request to get a secret by key.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/GetStateRequest.html" title="class in io.dapr.client.domain">GetStateRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/GetStateRequest.html" title="class in io.dapr.client.domain">GetStateRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">A request to get a state by key.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/internal/opencensus/GrpcWrapper.html" title="class in io.dapr.internal.opencensus">GrpcWrapper</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/internal/opencensus/GrpcWrapper.html" title="class in io.dapr.internal.opencensus">GrpcWrapper</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Wraps a Dapr gRPC stub with telemetry interceptor.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/HttpExtension.html" title="class in io.dapr.client.domain">HttpExtension</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/HttpExtension.html" title="class in io.dapr.client.domain">HttpExtension</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">HTTP Extension class.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/filters/InFilter.html" title="class in io.dapr.client.domain.query.filters">InFilter</a>&lt;<a href="io/dapr/client/domain/query/filters/InFilter.html" title="type parameter in InFilter">T</a>&gt;</div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/config/IntegerProperty.html" title="class in io.dapr.config">IntegerProperty</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/filters/InFilter.html" title="class in io.dapr.client.domain.query.filters">InFilter</a>&lt;<a href="io/dapr/client/domain/query/filters/InFilter.html" title="type parameter in InFilter">T</a>&gt;</div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/config/IntegerProperty.html" title="class in io.dapr.config">IntegerProperty</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Integer configuration property.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/InvokeBindingRequest.html" title="class in io.dapr.client.domain">InvokeBindingRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/InvokeBindingRequest.html" title="class in io.dapr.client.domain">InvokeBindingRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">A request to invoke binding.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/InvokeMethodRequest.html" title="class in io.dapr.client.domain">InvokeMethodRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/InvokeMethodRequest.html" title="class in io.dapr.client.domain">InvokeMethodRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">A request to invoke a service.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/Metadata.html" title="class in io.dapr.client.domain">Metadata</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/Metadata.html" title="class in io.dapr.client.domain">Metadata</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Enumerates commonly used metadata attributes.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/utils/NetworkUtils.html" title="class in io.dapr.utils">NetworkUtils</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/utils/NetworkUtils.html" title="class in io.dapr.utils">NetworkUtils</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Utility methods for network, internal to Dapr SDK.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/ObjectSerializer.html" title="class in io.dapr.client">ObjectSerializer</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/ObjectSerializer.html" title="class in io.dapr.client">ObjectSerializer</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Serializes and deserializes an internal object.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/filters/OrFilter.html" title="class in io.dapr.client.domain.query.filters">OrFilter</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/Pagination.html" title="class in io.dapr.client.domain.query">Pagination</a></div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/filters/OrFilter.html" title="class in io.dapr.client.domain.query.filters">OrFilter</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/config/Properties.html" title="class in io.dapr.config">Properties</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/Pagination.html" title="class in io.dapr.client.domain.query">Pagination</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/config/Properties.html" title="class in io.dapr.config">Properties</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">Global properties for Dapr's SDK, using Supplier so they are dynamically resolved.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/config/Property.html" title="class in io.dapr.config">Property</a>&lt;<a href="io/dapr/config/Property.html" title="type parameter in Property">T</a>&gt;</div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/config/Property.html" title="class in io.dapr.config">Property</a>&lt;<a href="io/dapr/config/Property.html" title="type parameter in Property">T</a>&gt;</div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">A configuration property in the Dapr's SDK.</div>
</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/PublishEventRequest.html" title="class in io.dapr.client.domain">PublishEventRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/PublishEventRequest.html" title="class in io.dapr.client.domain">PublishEventRequest</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">
<div class="block">A request to publish an event.</div>
</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/Query.html" title="class in io.dapr.client.domain.query">Query</a></div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/QueryStateItem.html" title="class in io.dapr.client.domain">QueryStateItem</a>&lt;<a href="io/dapr/client/domain/QueryStateItem.html" title="type parameter in QueryStateItem">T</a>&gt;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/query/Query.html" title="class in io.dapr.client.domain.query">Query</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/QueryStateRequest.html" title="class in io.dapr.client.domain">QueryStateRequest</a></div>
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/QueryStateItem.html" title="class in io.dapr.client.domain">QueryStateItem</a>&lt;<a href="io/dapr/client/domain/QueryStateItem.html" title="type parameter in QueryStateItem">T</a>&gt;</div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/QueryStateResponse.html" title="class in io.dapr.client.domain">QueryStateResponse</a>&lt;<a href="io/dapr/client/domain/QueryStateResponse.html" title="type parameter in QueryStateResponse">T</a>&gt;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/QueryStateRequest.html" title="class in io.dapr.client.domain">QueryStateRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first even-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/actors/runtime/Remindable.html" title="interface in io.dapr.actors.runtime">Remindable</a>&lt;<a href="io/dapr/actors/runtime/Remindable.html" title="type parameter in Remindable">T</a>&gt;</div>
<div class="col-last even-row-color all-classes-table-tab1 all-classes-table">
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/QueryStateResponse.html" title="class in io.dapr.client.domain">QueryStateResponse</a>&lt;<a href="io/dapr/client/domain/QueryStateResponse.html" title="type parameter in QueryStateResponse">T</a>&gt;</div>
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab1 all-classes-table"><a href="io/dapr/actors/runtime/Remindable.html" title="interface in io.dapr.actors.runtime">Remindable</a>&lt;<a href="io/dapr/actors/runtime/Remindable.html" title="type parameter in Remindable">T</a>&gt;</div>
<div class="col-last odd-row-color all-classes-table-tab1 all-classes-table">
<div class="block">Interface that actors must implement to consume reminders registered using RegisterReminderAsync.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab6"><a href="io/dapr/Rule.html" title="annotation in io.dapr">Rule</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab6">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="io/dapr/client/domain/SaveStateRequest.html" title="class in io.dapr.client.domain">SaveStateRequest</a></div>
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table">
<div class="block">A request to save states to state store.</div>

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>All Packages (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>All Packages (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Constant Field Values (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Constant Field Values (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@ -479,18 +479,21 @@ loadScripts(document, 'script');</script>
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.METADATA_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#METADATA_FIELD_NUMBER">METADATA_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>3</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.PUBSUB_NAME_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#PUBSUB_NAME_FIELD_NUMBER">PUBSUB_NAME_FIELD_NUMBER</a></code></div>
<div class="col-last odd-row-color"><code>1</code></div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.ROUTES_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#ROUTES_FIELD_NUMBER">ROUTES_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>5</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.TOPIC_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#TOPIC_FIELD_NUMBER">TOPIC_FIELD_NUMBER</a></code></div>
<div class="col-last odd-row-color"><code>2</code></div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.DEAD_LETTER_TOPIC_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#DEAD_LETTER_TOPIC_FIELD_NUMBER">DEAD_LETTER_TOPIC_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>6</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.METADATA_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#METADATA_FIELD_NUMBER">METADATA_FIELD_NUMBER</a></code></div>
<div class="col-last odd-row-color"><code>3</code></div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.PUBSUB_NAME_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#PUBSUB_NAME_FIELD_NUMBER">PUBSUB_NAME_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>1</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.ROUTES_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#ROUTES_FIELD_NUMBER">ROUTES_FIELD_NUMBER</a></code></div>
<div class="col-last odd-row-color"><code>5</code></div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprAppCallbackProtos.TopicSubscription.TOPIC_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprAppCallbackProtos.TopicSubscription.html#TOPIC_FIELD_NUMBER">TOPIC_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>2</code></div>
</div>
</li>
<li>
@ -1032,15 +1035,18 @@ loadScripts(document, 'script');</script>
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.RegisteredComponents.NAME_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.RegisteredComponents.html#NAME_FIELD_NUMBER">NAME_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>1</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprProtos.RegisteredComponents.TYPE_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprProtos.RegisteredComponents.html#TYPE_FIELD_NUMBER">TYPE_FIELD_NUMBER</a></code></div>
<div class="col-last odd-row-color"><code>2</code></div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.RegisteredComponents.VERSION_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.RegisteredComponents.html#VERSION_FIELD_NUMBER">VERSION_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>3</code></div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.RegisteredComponents.CAPABILITIES_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.RegisteredComponents.html#CAPABILITIES_FIELD_NUMBER">CAPABILITIES_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>4</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprProtos.RegisteredComponents.NAME_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprProtos.RegisteredComponents.html#NAME_FIELD_NUMBER">NAME_FIELD_NUMBER</a></code></div>
<div class="col-last odd-row-color"><code>1</code></div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.RegisteredComponents.TYPE_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.RegisteredComponents.html#TYPE_FIELD_NUMBER">TYPE_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>2</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprProtos.RegisteredComponents.VERSION_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprProtos.RegisteredComponents.html#VERSION_FIELD_NUMBER">VERSION_FIELD_NUMBER</a></code></div>
<div class="col-last odd-row-color"><code>3</code></div>
</div>
</li>
<li>
@ -1165,6 +1171,85 @@ loadScripts(document, 'script');</script>
</div>
</li>
<li>
<div class="caption"><span>io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TryLockRequest.html" title="class in io.dapr.v1">DaprProtos.TryLockRequest</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.TryLockRequest.EXPIRYINSECONDS_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.TryLockRequest.html#EXPIRYINSECONDS_FIELD_NUMBER">EXPIRYINSECONDS_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>4</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprProtos.TryLockRequest.LOCK_OWNER_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprProtos.TryLockRequest.html#LOCK_OWNER_FIELD_NUMBER">LOCK_OWNER_FIELD_NUMBER</a></code></div>
<div class="col-last odd-row-color"><code>3</code></div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.TryLockRequest.RESOURCE_ID_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.TryLockRequest.html#RESOURCE_ID_FIELD_NUMBER">RESOURCE_ID_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>2</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprProtos.TryLockRequest.STORE_NAME_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprProtos.TryLockRequest.html#STORE_NAME_FIELD_NUMBER">STORE_NAME_FIELD_NUMBER</a></code></div>
<div class="col-last odd-row-color"><code>1</code></div>
</div>
</li>
<li>
<div class="caption"><span>io.dapr.v1.<a href="io/dapr/v1/DaprProtos.TryLockResponse.html" title="class in io.dapr.v1">DaprProtos.TryLockResponse</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.TryLockResponse.SUCCESS_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.TryLockResponse.html#SUCCESS_FIELD_NUMBER">SUCCESS_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>1</code></div>
</div>
</li>
<li>
<div class="caption"><span>io.dapr.v1.<a href="io/dapr/v1/DaprProtos.UnlockRequest.html" title="class in io.dapr.v1">DaprProtos.UnlockRequest</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.UnlockRequest.LOCK_OWNER_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.UnlockRequest.html#LOCK_OWNER_FIELD_NUMBER">LOCK_OWNER_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>3</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprProtos.UnlockRequest.RESOURCE_ID_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprProtos.UnlockRequest.html#RESOURCE_ID_FIELD_NUMBER">RESOURCE_ID_FIELD_NUMBER</a></code></div>
<div class="col-last odd-row-color"><code>2</code></div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.UnlockRequest.STORE_NAME_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.UnlockRequest.html#STORE_NAME_FIELD_NUMBER">STORE_NAME_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>1</code></div>
</div>
</li>
<li>
<div class="caption"><span>io.dapr.v1.<a href="io/dapr/v1/DaprProtos.UnlockResponse.html" title="class in io.dapr.v1">DaprProtos.UnlockResponse</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.UnlockResponse.STATUS_FIELD_NUMBER">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.UnlockResponse.html#STATUS_FIELD_NUMBER">STATUS_FIELD_NUMBER</a></code></div>
<div class="col-last even-row-color"><code>1</code></div>
</div>
</li>
<li>
<div class="caption"><span>io.dapr.v1.<a href="io/dapr/v1/DaprProtos.UnlockResponse.Status.html" title="enum class in io.dapr.v1">DaprProtos.UnlockResponse.Status</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.UnlockResponse.Status.INTERNAL_ERROR_VALUE">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.UnlockResponse.Status.html#INTERNAL_ERROR_VALUE">INTERNAL_ERROR_VALUE</a></code></div>
<div class="col-last even-row-color"><code>3</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprProtos.UnlockResponse.Status.LOCK_BELONG_TO_OTHERS_VALUE">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprProtos.UnlockResponse.Status.html#LOCK_BELONG_TO_OTHERS_VALUE">LOCK_BELONG_TO_OTHERS_VALUE</a></code></div>
<div class="col-last odd-row-color"><code>2</code></div>
<div class="col-first even-row-color"><code id="io.dapr.v1.DaprProtos.UnlockResponse.Status.LOCK_UNEXIST_VALUE">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second even-row-color"><code><a href="io/dapr/v1/DaprProtos.UnlockResponse.Status.html#LOCK_UNEXIST_VALUE">LOCK_UNEXIST_VALUE</a></code></div>
<div class="col-last even-row-color"><code>1</code></div>
<div class="col-first odd-row-color"><code id="io.dapr.v1.DaprProtos.UnlockResponse.Status.SUCCESS_VALUE">public&nbsp;static&nbsp;final&nbsp;int</code></div>
<div class="col-second odd-row-color"><code><a href="io/dapr/v1/DaprProtos.UnlockResponse.Status.html#SUCCESS_VALUE">SUCCESS_VALUE</a></code></div>
<div class="col-last odd-row-color"><code>0</code></div>
</div>
</li>
<li>
<div class="caption"><span>io.dapr.v1.<a href="io/dapr/v1/DaprProtos.UnregisterActorReminderRequest.html" title="class in io.dapr.v1">DaprProtos.UnregisterActorReminderRequest</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Deprecated List (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Deprecated List (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="deprecated elements">
<meta name="generator" content="javadoc/DeprecatedListWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@ -260,6 +260,8 @@ loadScripts(document, 'script');</script>
<div class="col-last odd-row-color"></div>
<div class="col-deprecated-item-name even-row-color"><a href="io/dapr/v1/DaprProtos.SubscribeConfigurationRequestOrBuilder.html#getMetadata()">io.dapr.v1.DaprProtos.SubscribeConfigurationRequestOrBuilder.getMetadata()</a></div>
<div class="col-last even-row-color"></div>
<div class="col-deprecated-item-name odd-row-color"><a href="io/dapr/v1/DaprProtos.UnlockResponse.Status.html#valueOf(int)">io.dapr.v1.DaprProtos.UnlockResponse.Status.valueOf&#8203;(int)</a></div>
<div class="col-last odd-row-color"></div>
</div>
</div>
</li>

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>API Help (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>API Help (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="help">
<meta name="generator" content="javadoc/HelpWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

File diff suppressed because it is too large Load Diff

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Overview (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Overview (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/PackageIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@ -53,7 +53,7 @@ loadScripts(document, 'script');</script>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 class="title">dapr-sdk-parent 1.5.0 API</h1>
<h1 class="title">dapr-sdk-parent 1.6.0 API</h1>
</div>
<div id="all-packages-table">
<div class="caption"><span>Packages</span></div>

152
docs/io/dapr/Rule.html Normal file
View File

@ -0,0 +1,152 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Rule (dapr-sdk-parent 1.6.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="2022-07-08">
<meta name="description" content="declaration: package: io.dapr, annotation type: Rule">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
<script type="text/javascript" src="../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var pathtoroot = "../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar.top">
<div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.top.firstrow" class="nav-list" title="Navigation">
<li><a href="../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/Rule.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#annotation.interface.required.element.summary">Required</a>&nbsp;|&nbsp;</li>
<li>Optional</li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#annotation.interface.element.detail">Element</a></li>
</ul>
</div>
<div class="nav-list-search"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip.navbar.top">
<!-- -->
</span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">io.dapr</a></div>
<h1 title="Annotation Interface Rule" class="title">Annotation Interface Rule</h1>
</div>
<section class="description">
<hr>
<div class="type-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/annotation/Documented.html" title="class or interface in java.lang.annotation" class="external-link">@Documented</a>
<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="external-link">@Target</a>(<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/annotation/ElementType.html#ANNOTATION_TYPE" title="class or interface in java.lang.annotation" class="external-link">ANNOTATION_TYPE</a>)
<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/annotation/Retention.html" title="class or interface in java.lang.annotation" class="external-link">@Retention</a>(<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/annotation/RetentionPolicy.html#RUNTIME" title="class or interface in java.lang.annotation" class="external-link">RUNTIME</a>)
</span><span class="modifiers">public @interface </span><span class="element-name type-name-label">Rule</span></div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- =========== ANNOTATION INTERFACE REQUIRED MEMBER SUMMARY =========== -->
<li>
<section class="member-summary" id="annotation.interface.required.element.summary">
<h2>Required Element Summary</h2>
<div class="caption"><span>Required Elements</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Required Element</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color"><code><span class="member-name-link"><a href="#match()">match</a></span></code></div>
<div class="col-last even-row-color">
<div class="block">The Common Expression Language (CEL) expression to use
to match the incoming cloud event.</div>
</div>
<div class="col-first odd-row-color"><code>int</code></div>
<div class="col-second odd-row-color"><code><span class="member-name-link"><a href="#priority()">priority</a></span></code></div>
<div class="col-last odd-row-color">
<div class="block">Priority of the rule used for ordering.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
<section class="details" id="annotation.interface.element.detail">
<ul class="details-list">
<!-- ============ ANNOTATION INTERFACE MEMBER DETAIL =========== -->
<li>
<section class="member-details">
<h2>Element Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="match()">
<h3>match</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">match</span></div>
<div class="block">The Common Expression Language (CEL) expression to use
to match the incoming cloud event.
<a href="https://docs.dapr.io/developing-applications/building-blocks/pubsub/howto-route-messages/">Examples</a>.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the CEL expression.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="priority()">
<h3>priority</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">priority</span></div>
<div class="block">Priority of the rule used for ordering. Lowest numbers have higher priority.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the rule's priority.</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2022. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Topic (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Topic (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr, annotation type: Topic">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
@ -115,6 +115,11 @@ loadScripts(document, 'script');</script>
<div class="col-last even-row-color">
<div class="block">Metadata in the form of a json object.</div>
</div>
<div class="col-first odd-row-color"><code><a href="Rule.html" title="annotation in io.dapr">Rule</a></code></div>
<div class="col-second odd-row-color"><code><span class="member-name-link"><a href="#rule()">rule</a></span></code></div>
<div class="col-last odd-row-color">
<div class="block">The rules used to match the incoming cloud event.</div>
</div>
</div>
</section>
</li>
@ -157,6 +162,21 @@ loadScripts(document, 'script');</script>
<section class="member-details">
<ul class="member-list">
<li>
<section class="detail" id="rule()">
<h3>rule</h3>
<div class="member-signature"><span class="return-type"><a href="Rule.html" title="annotation in io.dapr">Rule</a></span>&nbsp;<span class="element-name">rule</span></div>
<div class="block">The rules used to match the incoming cloud event.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the CEL expression.</dd>
</dl>
<dl class="notes">
<dt>Default:</dt>
<dd>@io.dapr.Rule(match="", priority=0)</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="metadata()">
<h3>metadata</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">metadata</span></div>

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorId (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorId (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorId">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorMethod (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorMethod (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorMethod">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorTrace (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorTrace (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorTrace">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorType (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorType (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.actors, annotation type: ActorType">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorUtils (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorUtils (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.actors, class: ActorUtils">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.ActorId (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.actors, class: ActorId">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Annotation Interface io.dapr.actors.ActorMethod (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Annotation Interface io.dapr.actors.ActorMethod (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.actors, annotation type: ActorMethod">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.ActorTrace (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.actors, class: ActorTrace">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Annotation Interface io.dapr.actors.ActorType (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Annotation Interface io.dapr.actors.ActorType (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.actors, annotation type: ActorType">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.ActorUtils (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.ActorUtils (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.actors, class: ActorUtils">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorClient (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorClient (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.actors.client, class: ActorClient">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorProxy (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorProxy (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.actors.client, interface: ActorProxy">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorProxyBuilder (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorProxyBuilder (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.actors.client, class: ActorProxyBuilder">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.client.ActorClient (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.client.ActorClient (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.actors.client, class: ActorClient">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Interface io.dapr.actors.client.ActorProxy (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Interface io.dapr.actors.client.ActorProxy (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.actors.client, interface: ActorProxy">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.client.ActorProxyBuilder (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.client.ActorProxyBuilder (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.actors.client, class: ActorProxyBuilder">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>io.dapr.actors.client (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>io.dapr.actors.client (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.actors.client">
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>io.dapr.actors.client Class Hierarchy (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>io.dapr.actors.client Class Hierarchy (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="tree: package: io.dapr.actors.client">
<meta name="generator" content="javadoc/PackageTreeWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Package io.dapr.actors.client (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Package io.dapr.actors.client (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.actors.client">
<meta name="generator" content="javadoc/PackageUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>io.dapr.actors (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>io.dapr.actors (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.actors">
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>io.dapr.actors Class Hierarchy (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>io.dapr.actors Class Hierarchy (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="tree: package: io.dapr.actors">
<meta name="generator" content="javadoc/PackageTreeWriter">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Package io.dapr.actors (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Package io.dapr.actors (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.actors">
<meta name="generator" content="javadoc/PackageUseWriter">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>AbstractActor (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>AbstractActor (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorFactory (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorFactory (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorMethodContext (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorMethodContext (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorObjectSerializer (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorObjectSerializer (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorRuntime (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorRuntime (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorRuntimeConfig (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorRuntimeConfig (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorRuntimeContext (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorRuntimeContext (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorStateChange (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorStateChange (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorStateChangeKind (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorStateChangeKind (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ActorStateManager (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ActorStateManager (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Remindable (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Remindable (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.AbstractActor (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.AbstractActor (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Interface io.dapr.actors.runtime.ActorFactory (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Interface io.dapr.actors.runtime.ActorFactory (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorMethodContext (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorMethodContext (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorObjectSerializer (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorObjectSerializer (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorRuntime (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorRuntime (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorRuntimeConfig (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorRuntimeConfig (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorRuntimeContext (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorRuntimeContext (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorStateChange (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorStateChange (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Enum Class io.dapr.actors.runtime.ActorStateChangeKind (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Enum Class io.dapr.actors.runtime.ActorStateChangeKind (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorStateManager (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.actors.runtime.ActorStateManager (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Interface io.dapr.actors.runtime.Remindable (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Interface io.dapr.actors.runtime.Remindable (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>io.dapr.actors.runtime (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>io.dapr.actors.runtime (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>io.dapr.actors.runtime Class Hierarchy (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>io.dapr.actors.runtime Class Hierarchy (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Package io.dapr.actors.runtime (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Package io.dapr.actors.runtime (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<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">

View File

@ -0,0 +1,66 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Annotation Interface io.dapr.Rule (dapr-sdk-parent 1.6.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="2022-07-08">
<meta name="description" content="use: package: io.dapr, annotation type: Rule">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<script type="text/javascript" src="../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-page">
<script type="text/javascript">var pathtoroot = "../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar.top">
<div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.top.firstrow" class="nav-list" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../Rule.html" title="annotation in io.dapr">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip.navbar.top">
<!-- -->
</span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Annotation Interface io.dapr.Rule" class="title">Uses of Annotation Interface<br>io.dapr.Rule</h1>
</div>
No usage of io.dapr.Rule</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2022. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Annotation Interface io.dapr.Topic (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Annotation Interface io.dapr.Topic (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr, annotation type: Topic">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>DaprApiProtocol (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>DaprApiProtocol (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client, enum: DaprApiProtocol">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>DaprClient (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>DaprClient (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client, interface: DaprClient">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>DaprClientBuilder (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>DaprClientBuilder (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client, class: DaprClientBuilder">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>DaprClientGrpc (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>DaprClientGrpc (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client, class: DaprClientGrpc">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>DaprClientHttp (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>DaprClientHttp (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client, class: DaprClientHttp">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>DaprHttp.HttpMethods (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>DaprHttp.HttpMethods (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client, class: DaprHttp, enum: HttpMethods">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>DaprHttp.Response (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>DaprHttp.Response (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client, class: DaprHttp, class: Response">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>DaprHttp (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>DaprHttp (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client, class: DaprHttp">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>DaprHttpBuilder (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>DaprHttpBuilder (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client, class: DaprHttpBuilder">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>DaprPreviewClient (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>DaprPreviewClient (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client, interface: DaprPreviewClient">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ObjectSerializer (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ObjectSerializer (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client, class: ObjectSerializer">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Enum Class io.dapr.client.DaprApiProtocol (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Enum Class io.dapr.client.DaprApiProtocol (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.client, enum: DaprApiProtocol">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Interface io.dapr.client.DaprClient (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Interface io.dapr.client.DaprClient (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.client, interface: DaprClient">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprClientBuilder (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprClientBuilder (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.client, class: DaprClientBuilder">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprClientGrpc (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprClientGrpc (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.client, class: DaprClientGrpc">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprClientHttp (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprClientHttp (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.client, class: DaprClientHttp">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Enum Class io.dapr.client.DaprHttp.HttpMethods (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Enum Class io.dapr.client.DaprHttp.HttpMethods (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.client, class: DaprHttp, enum: HttpMethods">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprHttp.Response (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprHttp.Response (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.client, class: DaprHttp, class: Response">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprHttp (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprHttp (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.client, class: DaprHttp">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprHttpBuilder (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.client.DaprHttpBuilder (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.client, class: DaprHttpBuilder">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Interface io.dapr.client.DaprPreviewClient (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Interface io.dapr.client.DaprPreviewClient (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.client, interface: DaprPreviewClient">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Uses of Class io.dapr.client.ObjectSerializer (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Uses of Class io.dapr.client.ObjectSerializer (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="use: package: io.dapr.client, class: ObjectSerializer">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>CloudEvent (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>CloudEvent (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: CloudEvent">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ConfigurationItem (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ConfigurationItem (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: ConfigurationItem">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>DeleteStateRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>DeleteStateRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: DeleteStateRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>ExecuteStateTransactionRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>ExecuteStateTransactionRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: ExecuteStateTransactionRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>GetBulkSecretRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>GetBulkSecretRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: GetBulkSecretRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>GetBulkStateRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>GetBulkStateRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: GetBulkStateRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>GetConfigurationRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>GetConfigurationRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: GetConfigurationRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>GetSecretRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>GetSecretRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: GetSecretRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>GetStateRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>GetStateRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: GetStateRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>HttpExtension (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>HttpExtension (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: HttpExtension">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>InvokeBindingRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>InvokeBindingRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: InvokeBindingRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>InvokeMethodRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>InvokeMethodRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: InvokeMethodRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>Metadata (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>Metadata (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: Metadata">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>PublishEventRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>PublishEventRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: PublishEventRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>QueryStateItem (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>QueryStateItem (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: QueryStateItem">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>QueryStateRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>QueryStateRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: QueryStateRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>QueryStateResponse (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>QueryStateResponse (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: QueryStateResponse">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

View File

@ -2,11 +2,11 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Thu Apr 07 23:34:50 PDT 2022 -->
<title>SaveStateRequest (dapr-sdk-parent 1.5.0 API)</title>
<!-- Generated by javadoc (16) on Fri Jul 08 10:34:17 PDT 2022 -->
<title>SaveStateRequest (dapr-sdk-parent 1.6.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="2022-04-07">
<meta name="dc.created" content="2022-07-08">
<meta name="description" content="declaration: package: io.dapr.client.domain, class: SaveStateRequest">
<meta name="generator" content="javadoc/ClassWriterImpl">
<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