From f26a07754ddb2c994cffdf3044af2b3c7f7f6ddf Mon Sep 17 00:00:00 2001 From: Mirel Isaj <15373565+MyMirelHub@users.noreply.github.com> Date: Mon, 4 Aug 2025 15:19:35 +0200 Subject: [PATCH 1/2] docs: Add gRPC response settings to properties documentation (#1482) * docs: Add gRPC response settings to properties documentation Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com> * Apply suggestion from @javier-aliaga Co-authored-by: Javier Aliaga Signed-off-by: Mirel Isaj <15373565+MyMirelHub@users.noreply.github.com> --------- Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com> Signed-off-by: Mirel Isaj <15373565+MyMirelHub@users.noreply.github.com> Co-authored-by: Javier Aliaga --- .../content/en/java-sdk-docs/java-client/properties.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/daprdocs/content/en/java-sdk-docs/java-client/properties.md b/daprdocs/content/en/java-sdk-docs/java-client/properties.md index 2f23a859d..2b26d87bd 100644 --- a/daprdocs/content/en/java-sdk-docs/java-client/properties.md +++ b/daprdocs/content/en/java-sdk-docs/java-client/properties.md @@ -60,6 +60,14 @@ Configure gRPC keepalive behavior using these environment variables: | `DAPR_GRPC_KEEP_ALIVE_TIMEOUT_SECONDS` | gRPC keepalive timeout in seconds | `5` | | `DAPR_GRPC_KEEP_ALIVE_WITHOUT_CALLS` | Whether to keep gRPC connection alive without calls | `true` | +#### Inbound Message Settings +Configure gRPC inbound message settings using these environment variables: + +| Environment Variable | Description | Default | +|---------------------|-------------|---------| +| `DAPR_GRPC_MAX_INBOUND_MESSAGE_SIZE_BYTES` | Dapr's maximum inbound message size for gRPC in bytes. This value sets the maximum size of a gRPC message that can be received by the application | `4194304` | +| `DAPR_GRPC_MAX_INBOUND_METADATA_SIZE_BYTES` | Dapr's maximum inbound metadata size for gRPC in bytes | `8192` | + ### HTTP Client Configuration These properties control the behavior of the HTTP client used for communication with the Dapr sidecar: From dd4964f62456f27f831a29195bba48eb426c58bb Mon Sep 17 00:00:00 2001 From: Dapr Bot Date: Mon, 4 Aug 2025 13:38:50 +0000 Subject: [PATCH 2/2] Generate updated javadocs for 1.14.2 Signed-off-by: Dapr Bot --- README.md | 12 ++++---- daprdocs/content/en/java-sdk-docs/_index.md | 14 ++++----- .../en/java-sdk-docs/spring-boot/_index.md | 4 +-- docs/allclasses-index.html | 6 ++-- docs/allpackages-index.html | 6 ++-- docs/constant-values.html | 6 ++-- docs/dapr-sdk-workflows/allclasses-index.html | 6 ++-- .../dapr-sdk-workflows/allpackages-index.html | 6 ++-- docs/dapr-sdk-workflows/help-doc.html | 6 ++-- docs/dapr-sdk-workflows/index-all.html | 6 ++-- docs/dapr-sdk-workflows/index.html | 8 ++--- .../io/dapr/workflows/Workflow.html | 6 ++-- .../io/dapr/workflows/WorkflowContext.html | 6 ++-- .../io/dapr/workflows/WorkflowStub.html | 6 ++-- .../io/dapr/workflows/class-use/Workflow.html | 6 ++-- .../workflows/class-use/WorkflowContext.html | 6 ++-- .../workflows/class-use/WorkflowStub.html | 6 ++-- .../workflows/client/DaprWorkflowClient.html | 6 ++-- .../client/WorkflowFailureDetails.html | 6 ++-- .../client/WorkflowInstanceStatus.html | 6 ++-- .../client/class-use/DaprWorkflowClient.html | 6 ++-- .../class-use/WorkflowFailureDetails.html | 6 ++-- .../class-use/WorkflowInstanceStatus.html | 6 ++-- .../workflows/client/package-summary.html | 6 ++-- .../dapr/workflows/client/package-tree.html | 6 ++-- .../io/dapr/workflows/client/package-use.html | 6 ++-- .../internal/ApiTokenClientInterceptor.html | 6 ++-- .../class-use/ApiTokenClientInterceptor.html | 6 ++-- .../workflows/internal/package-summary.html | 6 ++-- .../dapr/workflows/internal/package-tree.html | 6 ++-- .../dapr/workflows/internal/package-use.html | 6 ++-- .../io/dapr/workflows/package-summary.html | 6 ++-- .../io/dapr/workflows/package-tree.html | 6 ++-- .../io/dapr/workflows/package-use.html | 6 ++-- .../workflows/runtime/WorkflowRuntime.html | 6 ++-- .../runtime/WorkflowRuntimeBuilder.html | 6 ++-- .../runtime/WorkflowRuntimeStatus.html | 6 ++-- .../runtime/class-use/WorkflowRuntime.html | 6 ++-- .../class-use/WorkflowRuntimeBuilder.html | 6 ++-- .../class-use/WorkflowRuntimeStatus.html | 6 ++-- .../workflows/runtime/package-summary.html | 6 ++-- .../dapr/workflows/runtime/package-tree.html | 6 ++-- .../dapr/workflows/runtime/package-use.html | 6 ++-- docs/dapr-sdk-workflows/overview-summary.html | 6 ++-- docs/dapr-sdk-workflows/overview-tree.html | 6 ++-- docs/dapr-sdk-workflows/project-reports.html | 6 ++-- docs/deprecated-list.html | 6 ++-- docs/help-doc.html | 6 ++-- docs/index-all.html | 14 +++++++-- docs/index.html | 8 ++--- docs/io/dapr/Rule.html | 6 ++-- docs/io/dapr/Topic.html | 6 ++-- docs/io/dapr/actors/ActorId.html | 6 ++-- docs/io/dapr/actors/ActorMethod.html | 6 ++-- docs/io/dapr/actors/ActorTrace.html | 6 ++-- docs/io/dapr/actors/ActorType.html | 6 ++-- docs/io/dapr/actors/ActorUtils.html | 6 ++-- docs/io/dapr/actors/class-use/ActorId.html | 6 ++-- .../io/dapr/actors/class-use/ActorMethod.html | 6 ++-- docs/io/dapr/actors/class-use/ActorTrace.html | 6 ++-- docs/io/dapr/actors/class-use/ActorType.html | 6 ++-- docs/io/dapr/actors/class-use/ActorUtils.html | 6 ++-- docs/io/dapr/actors/client/ActorClient.html | 6 ++-- docs/io/dapr/actors/client/ActorProxy.html | 6 ++-- .../dapr/actors/client/ActorProxyBuilder.html | 6 ++-- .../actors/client/class-use/ActorClient.html | 6 ++-- .../actors/client/class-use/ActorProxy.html | 6 ++-- .../client/class-use/ActorProxyBuilder.html | 6 ++-- .../dapr/actors/client/package-summary.html | 6 ++-- docs/io/dapr/actors/client/package-tree.html | 6 ++-- docs/io/dapr/actors/client/package-use.html | 6 ++-- docs/io/dapr/actors/package-summary.html | 6 ++-- docs/io/dapr/actors/package-tree.html | 6 ++-- docs/io/dapr/actors/package-use.html | 6 ++-- .../io/dapr/actors/runtime/AbstractActor.html | 6 ++-- docs/io/dapr/actors/runtime/ActorFactory.html | 6 ++-- .../actors/runtime/ActorMethodContext.html | 6 ++-- .../actors/runtime/ActorObjectSerializer.html | 6 ++-- docs/io/dapr/actors/runtime/ActorRuntime.html | 6 ++-- .../actors/runtime/ActorRuntimeConfig.html | 6 ++-- .../actors/runtime/ActorRuntimeContext.html | 6 ++-- .../dapr/actors/runtime/ActorStateChange.html | 6 ++-- .../actors/runtime/ActorStateChangeKind.html | 6 ++-- .../actors/runtime/ActorStateManager.html | 6 ++-- .../dapr/actors/runtime/ActorTypeConfig.html | 6 ++-- docs/io/dapr/actors/runtime/Remindable.html | 6 ++-- .../runtime/class-use/AbstractActor.html | 6 ++-- .../runtime/class-use/ActorFactory.html | 6 ++-- .../runtime/class-use/ActorMethodContext.html | 6 ++-- .../class-use/ActorObjectSerializer.html | 6 ++-- .../runtime/class-use/ActorRuntime.html | 6 ++-- .../runtime/class-use/ActorRuntimeConfig.html | 6 ++-- .../class-use/ActorRuntimeContext.html | 6 ++-- .../runtime/class-use/ActorStateChange.html | 6 ++-- .../class-use/ActorStateChangeKind.html | 6 ++-- .../runtime/class-use/ActorStateManager.html | 6 ++-- .../runtime/class-use/ActorTypeConfig.html | 6 ++-- .../actors/runtime/class-use/Remindable.html | 6 ++-- .../dapr/actors/runtime/package-summary.html | 6 ++-- docs/io/dapr/actors/runtime/package-tree.html | 6 ++-- docs/io/dapr/actors/runtime/package-use.html | 6 ++-- docs/io/dapr/class-use/Rule.html | 6 ++-- docs/io/dapr/class-use/Topic.html | 6 ++-- docs/io/dapr/client/DaprClient.html | 6 ++-- docs/io/dapr/client/DaprClientBuilder.html | 6 ++-- docs/io/dapr/client/DaprClientImpl.html | 6 ++-- docs/io/dapr/client/DaprHttp.HttpMethods.html | 6 ++-- docs/io/dapr/client/DaprHttp.Response.html | 6 ++-- docs/io/dapr/client/DaprHttp.html | 6 ++-- docs/io/dapr/client/DaprHttpBuilder.html | 6 ++-- docs/io/dapr/client/DaprPreviewClient.html | 6 ++-- docs/io/dapr/client/Headers.html | 6 ++-- docs/io/dapr/client/ObjectSerializer.html | 6 ++-- docs/io/dapr/client/class-use/DaprClient.html | 6 ++-- .../client/class-use/DaprClientBuilder.html | 6 ++-- .../dapr/client/class-use/DaprClientImpl.html | 6 ++-- .../class-use/DaprHttp.HttpMethods.html | 6 ++-- .../client/class-use/DaprHttp.Response.html | 6 ++-- docs/io/dapr/client/class-use/DaprHttp.html | 6 ++-- .../client/class-use/DaprHttpBuilder.html | 6 ++-- .../client/class-use/DaprPreviewClient.html | 6 ++-- docs/io/dapr/client/class-use/Headers.html | 6 ++-- .../client/class-use/ObjectSerializer.html | 6 ++-- docs/io/dapr/client/domain/ActorMetadata.html | 6 ++-- ...AppConnectionPropertiesHealthMetadata.html | 6 ++-- .../AppConnectionPropertiesMetadata.html | 6 ++-- .../dapr/client/domain/BulkPublishEntry.html | 6 ++-- .../client/domain/BulkPublishRequest.html | 6 ++-- .../client/domain/BulkPublishResponse.html | 6 ++-- .../BulkPublishResponseFailedEntry.html | 6 ++-- .../domain/BulkSubscribeAppResponse.html | 6 ++-- .../domain/BulkSubscribeAppResponseEntry.html | 6 ++-- .../BulkSubscribeAppResponseStatus.html | 6 ++-- .../client/domain/BulkSubscribeMessage.html | 6 ++-- .../domain/BulkSubscribeMessageEntry.html | 6 ++-- docs/io/dapr/client/domain/CloudEvent.html | 6 ++-- .../dapr/client/domain/ComponentMetadata.html | 6 ++-- .../dapr/client/domain/ConfigurationItem.html | 6 ++-- docs/io/dapr/client/domain/DaprMetadata.html | 6 ++-- .../client/domain/DeleteStateRequest.html | 6 ++-- .../ExecuteStateTransactionRequest.html | 6 ++-- .../client/domain/GetBulkSecretRequest.html | 6 ++-- .../client/domain/GetBulkStateRequest.html | 6 ++-- .../domain/GetConfigurationRequest.html | 6 ++-- .../dapr/client/domain/GetSecretRequest.html | 6 ++-- .../dapr/client/domain/GetStateRequest.html | 6 ++-- .../client/domain/HttpEndpointMetadata.html | 6 ++-- docs/io/dapr/client/domain/HttpExtension.html | 6 ++-- .../client/domain/InvokeBindingRequest.html | 6 ++-- .../client/domain/InvokeMethodRequest.html | 6 ++-- docs/io/dapr/client/domain/LockRequest.html | 6 ++-- docs/io/dapr/client/domain/Metadata.html | 6 ++-- .../client/domain/PublishEventRequest.html | 6 ++-- .../io/dapr/client/domain/QueryStateItem.html | 6 ++-- .../dapr/client/domain/QueryStateRequest.html | 6 ++-- .../client/domain/QueryStateResponse.html | 6 ++-- docs/io/dapr/client/domain/RuleMetadata.html | 6 ++-- .../dapr/client/domain/SaveStateRequest.html | 6 ++-- docs/io/dapr/client/domain/State.html | 6 ++-- .../domain/StateOptions.Concurrency.html | 6 ++-- .../domain/StateOptions.Consistency.html | 6 ++-- ...tions.StateOptionDurationDeserializer.html | 6 ++-- ...Options.StateOptionDurationSerializer.html | 6 ++-- docs/io/dapr/client/domain/StateOptions.html | 6 ++-- .../domain/SubscribeConfigurationRequest.html | 6 ++-- .../SubscribeConfigurationResponse.html | 6 ++-- .../client/domain/SubscriptionMetadata.html | 6 ++-- ...sactionalStateOperation.OperationType.html | 6 ++-- .../domain/TransactionalStateOperation.html | 6 ++-- .../domain/TransactionalStateRequest.html | 6 ++-- docs/io/dapr/client/domain/UnlockRequest.html | 6 ++-- .../client/domain/UnlockResponseStatus.html | 6 ++-- .../UnsubscribeConfigurationRequest.html | 6 ++-- .../UnsubscribeConfigurationResponse.html | 6 ++-- .../domain/class-use/ActorMetadata.html | 6 ++-- ...AppConnectionPropertiesHealthMetadata.html | 6 ++-- .../AppConnectionPropertiesMetadata.html | 6 ++-- .../domain/class-use/BulkPublishEntry.html | 6 ++-- .../domain/class-use/BulkPublishRequest.html | 6 ++-- .../domain/class-use/BulkPublishResponse.html | 6 ++-- .../BulkPublishResponseFailedEntry.html | 6 ++-- .../class-use/BulkSubscribeAppResponse.html | 6 ++-- .../BulkSubscribeAppResponseEntry.html | 6 ++-- .../BulkSubscribeAppResponseStatus.html | 6 ++-- .../class-use/BulkSubscribeMessage.html | 6 ++-- .../class-use/BulkSubscribeMessageEntry.html | 6 ++-- .../client/domain/class-use/CloudEvent.html | 6 ++-- .../domain/class-use/ComponentMetadata.html | 6 ++-- .../domain/class-use/ConfigurationItem.html | 6 ++-- .../client/domain/class-use/DaprMetadata.html | 6 ++-- .../domain/class-use/DeleteStateRequest.html | 6 ++-- .../ExecuteStateTransactionRequest.html | 6 ++-- .../class-use/GetBulkSecretRequest.html | 6 ++-- .../domain/class-use/GetBulkStateRequest.html | 6 ++-- .../class-use/GetConfigurationRequest.html | 6 ++-- .../domain/class-use/GetSecretRequest.html | 6 ++-- .../domain/class-use/GetStateRequest.html | 6 ++-- .../class-use/HttpEndpointMetadata.html | 6 ++-- .../domain/class-use/HttpExtension.html | 6 ++-- .../class-use/InvokeBindingRequest.html | 6 ++-- .../domain/class-use/InvokeMethodRequest.html | 6 ++-- .../client/domain/class-use/LockRequest.html | 6 ++-- .../client/domain/class-use/Metadata.html | 6 ++-- .../domain/class-use/PublishEventRequest.html | 6 ++-- .../domain/class-use/QueryStateItem.html | 6 ++-- .../domain/class-use/QueryStateRequest.html | 6 ++-- .../domain/class-use/QueryStateResponse.html | 6 ++-- .../client/domain/class-use/RuleMetadata.html | 6 ++-- .../domain/class-use/SaveStateRequest.html | 6 ++-- .../dapr/client/domain/class-use/State.html | 6 ++-- .../class-use/StateOptions.Concurrency.html | 6 ++-- .../class-use/StateOptions.Consistency.html | 6 ++-- ...tions.StateOptionDurationDeserializer.html | 6 ++-- ...Options.StateOptionDurationSerializer.html | 6 ++-- .../client/domain/class-use/StateOptions.html | 6 ++-- .../SubscribeConfigurationRequest.html | 6 ++-- .../SubscribeConfigurationResponse.html | 6 ++-- .../class-use/SubscriptionMetadata.html | 6 ++-- ...sactionalStateOperation.OperationType.html | 6 ++-- .../TransactionalStateOperation.html | 6 ++-- .../class-use/TransactionalStateRequest.html | 6 ++-- .../domain/class-use/UnlockRequest.html | 6 ++-- .../class-use/UnlockResponseStatus.html | 6 ++-- .../UnsubscribeConfigurationRequest.html | 6 ++-- .../UnsubscribeConfigurationResponse.html | 6 ++-- .../dapr/client/domain/package-summary.html | 6 ++-- docs/io/dapr/client/domain/package-tree.html | 6 ++-- docs/io/dapr/client/domain/package-use.html | 6 ++-- .../dapr/client/domain/query/Pagination.html | 6 ++-- docs/io/dapr/client/domain/query/Query.html | 6 ++-- .../client/domain/query/Sorting.Order.html | 6 ++-- docs/io/dapr/client/domain/query/Sorting.html | 6 ++-- .../domain/query/class-use/Pagination.html | 6 ++-- .../client/domain/query/class-use/Query.html | 6 ++-- .../domain/query/class-use/Sorting.Order.html | 6 ++-- .../domain/query/class-use/Sorting.html | 6 ++-- .../domain/query/filters/AndFilter.html | 6 ++-- .../client/domain/query/filters/EqFilter.html | 6 ++-- .../client/domain/query/filters/Filter.html | 6 ++-- .../client/domain/query/filters/InFilter.html | 6 ++-- .../client/domain/query/filters/OrFilter.html | 6 ++-- .../query/filters/class-use/AndFilter.html | 6 ++-- .../query/filters/class-use/EqFilter.html | 6 ++-- .../query/filters/class-use/Filter.html | 6 ++-- .../query/filters/class-use/InFilter.html | 6 ++-- .../query/filters/class-use/OrFilter.html | 6 ++-- .../domain/query/filters/package-summary.html | 6 ++-- .../domain/query/filters/package-tree.html | 6 ++-- .../domain/query/filters/package-use.html | 6 ++-- .../client/domain/query/package-summary.html | 6 ++-- .../client/domain/query/package-tree.html | 6 ++-- .../dapr/client/domain/query/package-use.html | 6 ++-- docs/io/dapr/client/package-summary.html | 6 ++-- docs/io/dapr/client/package-tree.html | 6 ++-- docs/io/dapr/client/package-use.html | 6 ++-- .../client/resiliency/ResiliencyOptions.html | 6 ++-- .../class-use/ResiliencyOptions.html | 6 ++-- .../client/resiliency/package-summary.html | 6 ++-- .../dapr/client/resiliency/package-tree.html | 6 ++-- .../dapr/client/resiliency/package-use.html | 6 ++-- docs/io/dapr/config/BooleanProperty.html | 6 ++-- docs/io/dapr/config/GenericProperty.html | 6 ++-- docs/io/dapr/config/IntegerProperty.html | 6 ++-- .../config/MillisecondsDurationProperty.html | 6 ++-- docs/io/dapr/config/Properties.html | 30 +++++++++++++++++-- docs/io/dapr/config/Property.html | 6 ++-- docs/io/dapr/config/StringProperty.html | 6 ++-- .../config/class-use/BooleanProperty.html | 6 ++-- .../config/class-use/GenericProperty.html | 6 ++-- .../config/class-use/IntegerProperty.html | 6 ++-- .../MillisecondsDurationProperty.html | 6 ++-- docs/io/dapr/config/class-use/Properties.html | 6 ++-- docs/io/dapr/config/class-use/Property.html | 16 ++++++++-- .../dapr/config/class-use/StringProperty.html | 6 ++-- docs/io/dapr/config/package-summary.html | 6 ++-- docs/io/dapr/config/package-tree.html | 6 ++-- docs/io/dapr/config/package-use.html | 6 ++-- docs/io/dapr/exceptions/DaprError.html | 6 ++-- .../DaprErrorDetails.ErrorDetailType.html | 6 ++-- docs/io/dapr/exceptions/DaprErrorDetails.html | 6 ++-- docs/io/dapr/exceptions/DaprException.html | 6 ++-- .../dapr/exceptions/class-use/DaprError.html | 6 ++-- .../DaprErrorDetails.ErrorDetailType.html | 6 ++-- .../class-use/DaprErrorDetails.html | 6 ++-- .../exceptions/class-use/DaprException.html | 6 ++-- docs/io/dapr/exceptions/package-summary.html | 6 ++-- docs/io/dapr/exceptions/package-tree.html | 6 ++-- docs/io/dapr/exceptions/package-use.html | 6 ++-- .../grpc/DaprClientGrpcInterceptors.html | 6 ++-- .../class-use/DaprClientGrpcInterceptors.html | 6 ++-- .../interceptors/DaprApiTokenInterceptor.html | 6 ++-- .../interceptors/DaprAppIdInterceptor.html | 6 ++-- .../interceptors/DaprTimeoutInterceptor.html | 6 ++-- .../interceptors/DaprTracingInterceptor.html | 6 ++-- .../class-use/DaprApiTokenInterceptor.html | 6 ++-- .../class-use/DaprAppIdInterceptor.html | 6 ++-- .../class-use/DaprTimeoutInterceptor.html | 6 ++-- .../class-use/DaprTracingInterceptor.html | 6 ++-- .../grpc/interceptors/package-summary.html | 6 ++-- .../grpc/interceptors/package-tree.html | 6 ++-- .../grpc/interceptors/package-use.html | 6 ++-- .../dapr/internal/grpc/package-summary.html | 6 ++-- docs/io/dapr/internal/grpc/package-tree.html | 6 ++-- docs/io/dapr/internal/grpc/package-use.html | 6 ++-- .../dapr/internal/opencensus/GrpcHelper.html | 6 ++-- .../opencensus/class-use/GrpcHelper.html | 6 ++-- .../internal/opencensus/package-summary.html | 6 ++-- .../internal/opencensus/package-tree.html | 6 ++-- .../dapr/internal/opencensus/package-use.html | 6 ++-- .../dapr/internal/resiliency/RetryPolicy.html | 6 ++-- .../internal/resiliency/TimeoutPolicy.html | 6 ++-- .../resiliency/class-use/RetryPolicy.html | 6 ++-- .../resiliency/class-use/TimeoutPolicy.html | 6 ++-- .../internal/resiliency/package-summary.html | 6 ++-- .../internal/resiliency/package-tree.html | 6 ++-- .../dapr/internal/resiliency/package-use.html | 6 ++-- docs/io/dapr/package-summary.html | 6 ++-- docs/io/dapr/package-tree.html | 6 ++-- docs/io/dapr/package-use.html | 6 ++-- .../dapr/serializer/DaprObjectSerializer.html | 6 ++-- .../serializer/DefaultObjectSerializer.html | 6 ++-- .../class-use/DaprObjectSerializer.html | 6 ++-- .../class-use/DefaultObjectSerializer.html | 6 ++-- docs/io/dapr/serializer/package-summary.html | 6 ++-- docs/io/dapr/serializer/package-tree.html | 6 ++-- docs/io/dapr/serializer/package-use.html | 6 ++-- .../utils/DefaultContentTypeConverter.html | 6 ++-- docs/io/dapr/utils/DurationUtils.html | 6 ++-- docs/io/dapr/utils/NetworkUtils.html | 6 ++-- docs/io/dapr/utils/TypeRef.html | 6 ++-- docs/io/dapr/utils/Version.html | 6 ++-- .../DefaultContentTypeConverter.html | 6 ++-- .../dapr/utils/class-use/DurationUtils.html | 6 ++-- .../io/dapr/utils/class-use/NetworkUtils.html | 6 ++-- docs/io/dapr/utils/class-use/TypeRef.html | 6 ++-- docs/io/dapr/utils/class-use/Version.html | 6 ++-- docs/io/dapr/utils/package-summary.html | 6 ++-- docs/io/dapr/utils/package-tree.html | 6 ++-- docs/io/dapr/utils/package-use.html | 6 ++-- ...lphaGrpc.AppCallbackAlphaBlockingStub.html | 6 ++-- ...kAlphaGrpc.AppCallbackAlphaFutureStub.html | 6 ++-- ...ackAlphaGrpc.AppCallbackAlphaImplBase.html | 6 ++-- ...allbackAlphaGrpc.AppCallbackAlphaStub.html | 6 ++-- .../v1/AppCallbackAlphaGrpc.AsyncService.html | 6 ++-- docs/io/dapr/v1/AppCallbackAlphaGrpc.html | 6 ++-- ...pCallbackGrpc.AppCallbackBlockingStub.html | 6 ++-- ...AppCallbackGrpc.AppCallbackFutureStub.html | 6 ++-- .../AppCallbackGrpc.AppCallbackImplBase.html | 6 ++-- .../v1/AppCallbackGrpc.AppCallbackStub.html | 6 ++-- .../dapr/v1/AppCallbackGrpc.AsyncService.html | 6 ++-- docs/io/dapr/v1/AppCallbackGrpc.html | 6 ++-- ...pc.AppCallbackHealthCheckBlockingStub.html | 6 ++-- ...Grpc.AppCallbackHealthCheckFutureStub.html | 6 ++-- ...ckGrpc.AppCallbackHealthCheckImplBase.html | 6 ++-- ...hCheckGrpc.AppCallbackHealthCheckStub.html | 6 ++-- ...pCallbackHealthCheckGrpc.AsyncService.html | 6 ++-- .../dapr/v1/AppCallbackHealthCheckGrpc.html | 6 ++-- ...ommonProtos.ConfigurationItem.Builder.html | 6 ++-- .../v1/CommonProtos.ConfigurationItem.html | 6 ++-- ...mmonProtos.ConfigurationItemOrBuilder.html | 6 ++-- .../io/dapr/v1/CommonProtos.Etag.Builder.html | 6 ++-- docs/io/dapr/v1/CommonProtos.Etag.html | 6 ++-- .../dapr/v1/CommonProtos.EtagOrBuilder.html | 6 ++-- .../CommonProtos.HTTPExtension.Builder.html | 6 ++-- .../v1/CommonProtos.HTTPExtension.Verb.html | 6 ++-- .../dapr/v1/CommonProtos.HTTPExtension.html | 6 ++-- .../CommonProtos.HTTPExtensionOrBuilder.html | 6 ++-- .../CommonProtos.InvokeRequest.Builder.html | 6 ++-- .../dapr/v1/CommonProtos.InvokeRequest.html | 6 ++-- .../CommonProtos.InvokeRequestOrBuilder.html | 6 ++-- .../CommonProtos.InvokeResponse.Builder.html | 6 ++-- .../dapr/v1/CommonProtos.InvokeResponse.html | 6 ++-- .../CommonProtos.InvokeResponseOrBuilder.html | 6 ++-- .../v1/CommonProtos.StateItem.Builder.html | 6 ++-- docs/io/dapr/v1/CommonProtos.StateItem.html | 6 ++-- .../v1/CommonProtos.StateItemOrBuilder.html | 6 ++-- .../v1/CommonProtos.StateOptions.Builder.html | 6 ++-- ...nProtos.StateOptions.StateConcurrency.html | 6 ++-- ...nProtos.StateOptions.StateConsistency.html | 6 ++-- .../io/dapr/v1/CommonProtos.StateOptions.html | 6 ++-- .../CommonProtos.StateOptionsOrBuilder.html | 6 ++-- .../CommonProtos.StreamPayload.Builder.html | 6 ++-- .../dapr/v1/CommonProtos.StreamPayload.html | 6 ++-- .../CommonProtos.StreamPayloadOrBuilder.html | 6 ++-- docs/io/dapr/v1/CommonProtos.html | 6 ++-- ...ackProtos.BindingEventRequest.Builder.html | 6 ++-- ...AppCallbackProtos.BindingEventRequest.html | 6 ++-- ...ckProtos.BindingEventRequestOrBuilder.html | 6 ++-- ...EventResponse.BindingEventConcurrency.html | 6 ++-- ...ckProtos.BindingEventResponse.Builder.html | 6 ++-- ...ppCallbackProtos.BindingEventResponse.html | 6 ++-- ...kProtos.BindingEventResponseOrBuilder.html | 6 ++-- ...ackProtos.BulkSubscribeConfig.Builder.html | 6 ++-- ...AppCallbackProtos.BulkSubscribeConfig.html | 6 ++-- ...ckProtos.BulkSubscribeConfigOrBuilder.html | 6 ++-- ...ackProtos.HealthCheckResponse.Builder.html | 6 ++-- ...AppCallbackProtos.HealthCheckResponse.html | 6 ++-- ...ckProtos.HealthCheckResponseOrBuilder.html | 6 ++-- ...allbackProtos.JobEventRequest.Builder.html | 6 ++-- ...DaprAppCallbackProtos.JobEventRequest.html | 6 ++-- ...llbackProtos.JobEventRequestOrBuilder.html | 6 ++-- ...llbackProtos.JobEventResponse.Builder.html | 6 ++-- ...aprAppCallbackProtos.JobEventResponse.html | 6 ++-- ...lbackProtos.JobEventResponseOrBuilder.html | 6 ++-- ...tos.ListInputBindingsResponse.Builder.html | 6 ++-- ...lbackProtos.ListInputBindingsResponse.html | 6 ++-- ...os.ListInputBindingsResponseOrBuilder.html | 6 ++-- ...istTopicSubscriptionsResponse.Builder.html | 6 ++-- ...Protos.ListTopicSubscriptionsResponse.html | 6 ++-- ...stTopicSubscriptionsResponseOrBuilder.html | 6 ++-- ...kProtos.TopicEventBulkRequest.Builder.html | 6 ++-- ...pCallbackProtos.TopicEventBulkRequest.html | 6 ++-- ...os.TopicEventBulkRequestEntry.Builder.html | 6 ++-- ....TopicEventBulkRequestEntry.EventCase.html | 6 ++-- ...backProtos.TopicEventBulkRequestEntry.html | 6 ++-- ...s.TopicEventBulkRequestEntryOrBuilder.html | 6 ++-- ...Protos.TopicEventBulkRequestOrBuilder.html | 6 ++-- ...Protos.TopicEventBulkResponse.Builder.html | 6 ++-- ...CallbackProtos.TopicEventBulkResponse.html | 6 ++-- ...s.TopicEventBulkResponseEntry.Builder.html | 6 ++-- ...ackProtos.TopicEventBulkResponseEntry.html | 6 ++-- ....TopicEventBulkResponseEntryOrBuilder.html | 6 ++-- ...rotos.TopicEventBulkResponseOrBuilder.html | 6 ++-- ...ackProtos.TopicEventCERequest.Builder.html | 6 ++-- ...AppCallbackProtos.TopicEventCERequest.html | 6 ++-- ...ckProtos.TopicEventCERequestOrBuilder.html | 6 ++-- ...lbackProtos.TopicEventRequest.Builder.html | 6 ++-- ...prAppCallbackProtos.TopicEventRequest.html | 6 ++-- ...backProtos.TopicEventRequestOrBuilder.html | 6 ++-- ...backProtos.TopicEventResponse.Builder.html | 6 ++-- ...ventResponse.TopicEventResponseStatus.html | 6 ++-- ...rAppCallbackProtos.TopicEventResponse.html | 6 ++-- ...ackProtos.TopicEventResponseOrBuilder.html | 6 ++-- ...AppCallbackProtos.TopicRoutes.Builder.html | 6 ++-- .../v1/DaprAppCallbackProtos.TopicRoutes.html | 6 ++-- ...ppCallbackProtos.TopicRoutesOrBuilder.html | 6 ++-- ...prAppCallbackProtos.TopicRule.Builder.html | 6 ++-- .../v1/DaprAppCallbackProtos.TopicRule.html | 6 ++-- ...rAppCallbackProtos.TopicRuleOrBuilder.html | 6 ++-- ...lbackProtos.TopicSubscription.Builder.html | 6 ++-- ...prAppCallbackProtos.TopicSubscription.html | 6 ++-- ...backProtos.TopicSubscriptionOrBuilder.html | 6 ++-- docs/io/dapr/v1/DaprAppCallbackProtos.html | 6 ++-- docs/io/dapr/v1/DaprGrpc.AsyncService.html | 6 ++-- .../io/dapr/v1/DaprGrpc.DaprBlockingStub.html | 6 ++-- docs/io/dapr/v1/DaprGrpc.DaprFutureStub.html | 6 ++-- docs/io/dapr/v1/DaprGrpc.DaprImplBase.html | 6 ++-- docs/io/dapr/v1/DaprGrpc.DaprStub.html | 6 ++-- docs/io/dapr/v1/DaprGrpc.html | 6 ++-- .../DaprProtos.ActiveActorsCount.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.ActiveActorsCount.html | 6 ++-- ...DaprProtos.ActiveActorsCountOrBuilder.html | 6 ++-- ...rotos.ActorRuntime.ActorRuntimeStatus.html | 6 ++-- .../v1/DaprProtos.ActorRuntime.Builder.html | 6 ++-- docs/io/dapr/v1/DaprProtos.ActorRuntime.html | 6 ++-- .../v1/DaprProtos.ActorRuntimeOrBuilder.html | 6 ++-- ...AppConnectionHealthProperties.Builder.html | 6 ++-- ...rProtos.AppConnectionHealthProperties.html | 6 ++-- ...ppConnectionHealthPropertiesOrBuilder.html | 6 ++-- ...rotos.AppConnectionProperties.Builder.html | 6 ++-- .../DaprProtos.AppConnectionProperties.html | 6 ++-- ...otos.AppConnectionPropertiesOrBuilder.html | 6 ++-- ...DaprProtos.BulkPublishRequest.Builder.html | 6 ++-- .../v1/DaprProtos.BulkPublishRequest.html | 6 ++-- ...rotos.BulkPublishRequestEntry.Builder.html | 6 ++-- .../DaprProtos.BulkPublishRequestEntry.html | 6 ++-- ...otos.BulkPublishRequestEntryOrBuilder.html | 6 ++-- ...aprProtos.BulkPublishRequestOrBuilder.html | 6 ++-- ...aprProtos.BulkPublishResponse.Builder.html | 6 ++-- .../v1/DaprProtos.BulkPublishResponse.html | 6 ++-- ...ulkPublishResponseFailedEntry.Builder.html | 6 ++-- ...Protos.BulkPublishResponseFailedEntry.html | 6 ++-- ...lkPublishResponseFailedEntryOrBuilder.html | 6 ++-- ...prProtos.BulkPublishResponseOrBuilder.html | 6 ++-- .../v1/DaprProtos.BulkStateItem.Builder.html | 6 ++-- docs/io/dapr/v1/DaprProtos.BulkStateItem.html | 6 ++-- .../v1/DaprProtos.BulkStateItemOrBuilder.html | 6 ++-- .../v1/DaprProtos.DecryptRequest.Builder.html | 6 ++-- .../io/dapr/v1/DaprProtos.DecryptRequest.html | 6 ++-- ...rProtos.DecryptRequestOptions.Builder.html | 6 ++-- .../v1/DaprProtos.DecryptRequestOptions.html | 6 ++-- ...Protos.DecryptRequestOptionsOrBuilder.html | 6 ++-- .../DaprProtos.DecryptRequestOrBuilder.html | 6 ++-- .../DaprProtos.DecryptResponse.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.DecryptResponse.html | 6 ++-- .../DaprProtos.DecryptResponseOrBuilder.html | 6 ++-- ...Protos.DeleteBulkStateRequest.Builder.html | 6 ++-- .../v1/DaprProtos.DeleteBulkStateRequest.html | 6 ++-- ...rotos.DeleteBulkStateRequestOrBuilder.html | 6 ++-- .../DaprProtos.DeleteJobRequest.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.DeleteJobRequest.html | 6 ++-- .../DaprProtos.DeleteJobRequestOrBuilder.html | 6 ++-- .../DaprProtos.DeleteJobResponse.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.DeleteJobResponse.html | 6 ++-- ...DaprProtos.DeleteJobResponseOrBuilder.html | 6 ++-- ...DaprProtos.DeleteStateRequest.Builder.html | 6 ++-- .../v1/DaprProtos.DeleteStateRequest.html | 6 ++-- ...aprProtos.DeleteStateRequestOrBuilder.html | 6 ++-- .../v1/DaprProtos.EncryptRequest.Builder.html | 6 ++-- .../io/dapr/v1/DaprProtos.EncryptRequest.html | 6 ++-- ...rProtos.EncryptRequestOptions.Builder.html | 6 ++-- .../v1/DaprProtos.EncryptRequestOptions.html | 6 ++-- ...Protos.EncryptRequestOptionsOrBuilder.html | 6 ++-- .../DaprProtos.EncryptRequestOrBuilder.html | 6 ++-- .../DaprProtos.EncryptResponse.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.EncryptResponse.html | 6 ++-- .../DaprProtos.EncryptResponseOrBuilder.html | 6 ++-- ...eActorStateTransactionRequest.Builder.html | 6 ++-- ...s.ExecuteActorStateTransactionRequest.html | 6 ++-- ...ActorStateTransactionRequestOrBuilder.html | 6 ++-- ...xecuteStateTransactionRequest.Builder.html | 6 ++-- ...Protos.ExecuteStateTransactionRequest.html | 6 ++-- ...ecuteStateTransactionRequestOrBuilder.html | 6 ++-- ...prProtos.GetActorStateRequest.Builder.html | 6 ++-- .../v1/DaprProtos.GetActorStateRequest.html | 6 ++-- ...rProtos.GetActorStateRequestOrBuilder.html | 6 ++-- ...rProtos.GetActorStateResponse.Builder.html | 6 ++-- .../v1/DaprProtos.GetActorStateResponse.html | 6 ++-- ...Protos.GetActorStateResponseOrBuilder.html | 6 ++-- ...prProtos.GetBulkSecretRequest.Builder.html | 6 ++-- .../v1/DaprProtos.GetBulkSecretRequest.html | 6 ++-- ...rProtos.GetBulkSecretRequestOrBuilder.html | 6 ++-- ...rProtos.GetBulkSecretResponse.Builder.html | 6 ++-- .../v1/DaprProtos.GetBulkSecretResponse.html | 6 ++-- ...Protos.GetBulkSecretResponseOrBuilder.html | 6 ++-- ...aprProtos.GetBulkStateRequest.Builder.html | 6 ++-- .../v1/DaprProtos.GetBulkStateRequest.html | 6 ++-- ...prProtos.GetBulkStateRequestOrBuilder.html | 6 ++-- ...prProtos.GetBulkStateResponse.Builder.html | 6 ++-- .../v1/DaprProtos.GetBulkStateResponse.html | 6 ++-- ...rProtos.GetBulkStateResponseOrBuilder.html | 6 ++-- ...rotos.GetConfigurationRequest.Builder.html | 6 ++-- .../DaprProtos.GetConfigurationRequest.html | 6 ++-- ...otos.GetConfigurationRequestOrBuilder.html | 6 ++-- ...otos.GetConfigurationResponse.Builder.html | 6 ++-- .../DaprProtos.GetConfigurationResponse.html | 6 ++-- ...tos.GetConfigurationResponseOrBuilder.html | 6 ++-- .../v1/DaprProtos.GetJobRequest.Builder.html | 6 ++-- docs/io/dapr/v1/DaprProtos.GetJobRequest.html | 6 ++-- .../v1/DaprProtos.GetJobRequestOrBuilder.html | 6 ++-- .../v1/DaprProtos.GetJobResponse.Builder.html | 6 ++-- .../io/dapr/v1/DaprProtos.GetJobResponse.html | 6 ++-- .../DaprProtos.GetJobResponseOrBuilder.html | 6 ++-- ...DaprProtos.GetMetadataRequest.Builder.html | 6 ++-- .../v1/DaprProtos.GetMetadataRequest.html | 6 ++-- ...aprProtos.GetMetadataRequestOrBuilder.html | 6 ++-- ...aprProtos.GetMetadataResponse.Builder.html | 6 ++-- .../v1/DaprProtos.GetMetadataResponse.html | 6 ++-- ...prProtos.GetMetadataResponseOrBuilder.html | 6 ++-- .../DaprProtos.GetSecretRequest.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.GetSecretRequest.html | 6 ++-- .../DaprProtos.GetSecretRequestOrBuilder.html | 6 ++-- .../DaprProtos.GetSecretResponse.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.GetSecretResponse.html | 6 ++-- ...DaprProtos.GetSecretResponseOrBuilder.html | 6 ++-- .../DaprProtos.GetStateRequest.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.GetStateRequest.html | 6 ++-- .../DaprProtos.GetStateRequestOrBuilder.html | 6 ++-- .../DaprProtos.GetStateResponse.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.GetStateResponse.html | 6 ++-- .../DaprProtos.GetStateResponseOrBuilder.html | 6 ++-- ...DaprProtos.GetWorkflowRequest.Builder.html | 6 ++-- .../v1/DaprProtos.GetWorkflowRequest.html | 6 ++-- ...aprProtos.GetWorkflowRequestOrBuilder.html | 6 ++-- ...aprProtos.GetWorkflowResponse.Builder.html | 6 ++-- .../v1/DaprProtos.GetWorkflowResponse.html | 6 ++-- ...prProtos.GetWorkflowResponseOrBuilder.html | 6 ++-- ...DaprProtos.InvokeActorRequest.Builder.html | 6 ++-- .../v1/DaprProtos.InvokeActorRequest.html | 6 ++-- ...aprProtos.InvokeActorRequestOrBuilder.html | 6 ++-- ...aprProtos.InvokeActorResponse.Builder.html | 6 ++-- .../v1/DaprProtos.InvokeActorResponse.html | 6 ++-- ...prProtos.InvokeActorResponseOrBuilder.html | 6 ++-- ...prProtos.InvokeBindingRequest.Builder.html | 6 ++-- .../v1/DaprProtos.InvokeBindingRequest.html | 6 ++-- ...rProtos.InvokeBindingRequestOrBuilder.html | 6 ++-- ...rProtos.InvokeBindingResponse.Builder.html | 6 ++-- .../v1/DaprProtos.InvokeBindingResponse.html | 6 ++-- ...Protos.InvokeBindingResponseOrBuilder.html | 6 ++-- ...prProtos.InvokeServiceRequest.Builder.html | 6 ++-- .../v1/DaprProtos.InvokeServiceRequest.html | 6 ++-- ...rProtos.InvokeServiceRequestOrBuilder.html | 6 ++-- docs/io/dapr/v1/DaprProtos.Job.Builder.html | 6 ++-- docs/io/dapr/v1/DaprProtos.Job.html | 6 ++-- docs/io/dapr/v1/DaprProtos.JobOrBuilder.html | 6 ++-- ...prProtos.MetadataHTTPEndpoint.Builder.html | 6 ++-- .../v1/DaprProtos.MetadataHTTPEndpoint.html | 6 ++-- ...rProtos.MetadataHTTPEndpointOrBuilder.html | 6 ++-- ...prProtos.PauseWorkflowRequest.Builder.html | 6 ++-- .../v1/DaprProtos.PauseWorkflowRequest.html | 6 ++-- ...rProtos.PauseWorkflowRequestOrBuilder.html | 6 ++-- ...aprProtos.PublishEventRequest.Builder.html | 6 ++-- .../v1/DaprProtos.PublishEventRequest.html | 6 ++-- ...prProtos.PublishEventRequestOrBuilder.html | 6 ++-- ...DaprProtos.PubsubSubscription.Builder.html | 6 ++-- .../v1/DaprProtos.PubsubSubscription.html | 6 ++-- ...aprProtos.PubsubSubscriptionOrBuilder.html | 6 ++-- ...Protos.PubsubSubscriptionRule.Builder.html | 6 ++-- .../v1/DaprProtos.PubsubSubscriptionRule.html | 6 ++-- ...rotos.PubsubSubscriptionRuleOrBuilder.html | 6 ++-- ...rotos.PubsubSubscriptionRules.Builder.html | 6 ++-- .../DaprProtos.PubsubSubscriptionRules.html | 6 ++-- ...otos.PubsubSubscriptionRulesOrBuilder.html | 6 ++-- .../v1/DaprProtos.PubsubSubscriptionType.html | 6 ++-- ...prProtos.PurgeWorkflowRequest.Builder.html | 6 ++-- .../v1/DaprProtos.PurgeWorkflowRequest.html | 6 ++-- ...rProtos.PurgeWorkflowRequestOrBuilder.html | 6 ++-- .../v1/DaprProtos.QueryStateItem.Builder.html | 6 ++-- .../io/dapr/v1/DaprProtos.QueryStateItem.html | 6 ++-- .../DaprProtos.QueryStateItemOrBuilder.html | 6 ++-- .../DaprProtos.QueryStateRequest.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.QueryStateRequest.html | 6 ++-- ...DaprProtos.QueryStateRequestOrBuilder.html | 6 ++-- ...DaprProtos.QueryStateResponse.Builder.html | 6 ++-- .../v1/DaprProtos.QueryStateResponse.html | 6 ++-- ...aprProtos.QueryStateResponseOrBuilder.html | 6 ++-- ...tos.RaiseEventWorkflowRequest.Builder.html | 6 ++-- .../DaprProtos.RaiseEventWorkflowRequest.html | 6 ++-- ...os.RaiseEventWorkflowRequestOrBuilder.html | 6 ++-- ....RegisterActorReminderRequest.Builder.html | 6 ++-- ...prProtos.RegisterActorReminderRequest.html | 6 ++-- ...RegisterActorReminderRequestOrBuilder.html | 6 ++-- ...tos.RegisterActorTimerRequest.Builder.html | 6 ++-- .../DaprProtos.RegisterActorTimerRequest.html | 6 ++-- ...os.RegisterActorTimerRequestOrBuilder.html | 6 ++-- ...prProtos.RegisteredComponents.Builder.html | 6 ++-- .../v1/DaprProtos.RegisteredComponents.html | 6 ++-- ...rProtos.RegisteredComponentsOrBuilder.html | 6 ++-- ...rProtos.ResumeWorkflowRequest.Builder.html | 6 ++-- .../v1/DaprProtos.ResumeWorkflowRequest.html | 6 ++-- ...Protos.ResumeWorkflowRequestOrBuilder.html | 6 ++-- .../DaprProtos.SaveStateRequest.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.SaveStateRequest.html | 6 ++-- .../DaprProtos.SaveStateRequestOrBuilder.html | 6 ++-- ...DaprProtos.ScheduleJobRequest.Builder.html | 6 ++-- .../v1/DaprProtos.ScheduleJobRequest.html | 6 ++-- ...aprProtos.ScheduleJobRequestOrBuilder.html | 6 ++-- ...aprProtos.ScheduleJobResponse.Builder.html | 6 ++-- .../v1/DaprProtos.ScheduleJobResponse.html | 6 ++-- ...prProtos.ScheduleJobResponseOrBuilder.html | 6 ++-- .../v1/DaprProtos.SecretResponse.Builder.html | 6 ++-- .../io/dapr/v1/DaprProtos.SecretResponse.html | 6 ++-- .../DaprProtos.SecretResponseOrBuilder.html | 6 ++-- ...DaprProtos.SetMetadataRequest.Builder.html | 6 ++-- .../v1/DaprProtos.SetMetadataRequest.html | 6 ++-- ...aprProtos.SetMetadataRequestOrBuilder.html | 6 ++-- .../DaprProtos.ShutdownRequest.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.ShutdownRequest.html | 6 ++-- .../DaprProtos.ShutdownRequestOrBuilder.html | 6 ++-- ...prProtos.StartWorkflowRequest.Builder.html | 6 ++-- .../v1/DaprProtos.StartWorkflowRequest.html | 6 ++-- ...rProtos.StartWorkflowRequestOrBuilder.html | 6 ++-- ...rProtos.StartWorkflowResponse.Builder.html | 6 ++-- .../v1/DaprProtos.StartWorkflowResponse.html | 6 ++-- ...Protos.StartWorkflowResponseOrBuilder.html | 6 ++-- ...SubscribeConfigurationRequest.Builder.html | 6 ++-- ...rProtos.SubscribeConfigurationRequest.html | 6 ++-- ...ubscribeConfigurationRequestOrBuilder.html | 6 ++-- ...ubscribeConfigurationResponse.Builder.html | 6 ++-- ...Protos.SubscribeConfigurationResponse.html | 6 ++-- ...bscribeConfigurationResponseOrBuilder.html | 6 ++-- ...cribeTopicEventsRequestAlpha1.Builder.html | 6 ++-- ...1.SubscribeTopicEventsRequestTypeCase.html | 6 ++-- ...tos.SubscribeTopicEventsRequestAlpha1.html | 6 ++-- ...ribeTopicEventsRequestAlpha1OrBuilder.html | 6 ++-- ...ribeTopicEventsResponseAlpha1.Builder.html | 6 ++-- ...os.SubscribeTopicEventsResponseAlpha1.html | 6 ++-- ...ibeTopicEventsResponseAlpha1OrBuilder.html | 6 ++-- ...prProtos.SubtleDecryptRequest.Builder.html | 6 ++-- .../v1/DaprProtos.SubtleDecryptRequest.html | 6 ++-- ...rProtos.SubtleDecryptRequestOrBuilder.html | 6 ++-- ...rProtos.SubtleDecryptResponse.Builder.html | 6 ++-- .../v1/DaprProtos.SubtleDecryptResponse.html | 6 ++-- ...Protos.SubtleDecryptResponseOrBuilder.html | 6 ++-- ...prProtos.SubtleEncryptRequest.Builder.html | 6 ++-- .../v1/DaprProtos.SubtleEncryptRequest.html | 6 ++-- ...rProtos.SubtleEncryptRequestOrBuilder.html | 6 ++-- ...rProtos.SubtleEncryptResponse.Builder.html | 6 ++-- .../v1/DaprProtos.SubtleEncryptResponse.html | 6 ++-- ...Protos.SubtleEncryptResponseOrBuilder.html | 6 ++-- ...aprProtos.SubtleGetKeyRequest.Builder.html | 6 ++-- ...rProtos.SubtleGetKeyRequest.KeyFormat.html | 6 ++-- .../v1/DaprProtos.SubtleGetKeyRequest.html | 6 ++-- ...prProtos.SubtleGetKeyRequestOrBuilder.html | 6 ++-- ...prProtos.SubtleGetKeyResponse.Builder.html | 6 ++-- .../v1/DaprProtos.SubtleGetKeyResponse.html | 6 ++-- ...rProtos.SubtleGetKeyResponseOrBuilder.html | 6 ++-- .../DaprProtos.SubtleSignRequest.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.SubtleSignRequest.html | 6 ++-- ...DaprProtos.SubtleSignRequestOrBuilder.html | 6 ++-- ...DaprProtos.SubtleSignResponse.Builder.html | 6 ++-- .../v1/DaprProtos.SubtleSignResponse.html | 6 ++-- ...aprProtos.SubtleSignResponseOrBuilder.html | 6 ++-- ...Protos.SubtleUnwrapKeyRequest.Builder.html | 6 ++-- .../v1/DaprProtos.SubtleUnwrapKeyRequest.html | 6 ++-- ...rotos.SubtleUnwrapKeyRequestOrBuilder.html | 6 ++-- ...rotos.SubtleUnwrapKeyResponse.Builder.html | 6 ++-- .../DaprProtos.SubtleUnwrapKeyResponse.html | 6 ++-- ...otos.SubtleUnwrapKeyResponseOrBuilder.html | 6 ++-- ...aprProtos.SubtleVerifyRequest.Builder.html | 6 ++-- .../v1/DaprProtos.SubtleVerifyRequest.html | 6 ++-- ...prProtos.SubtleVerifyRequestOrBuilder.html | 6 ++-- ...prProtos.SubtleVerifyResponse.Builder.html | 6 ++-- .../v1/DaprProtos.SubtleVerifyResponse.html | 6 ++-- ...rProtos.SubtleVerifyResponseOrBuilder.html | 6 ++-- ...prProtos.SubtleWrapKeyRequest.Builder.html | 6 ++-- .../v1/DaprProtos.SubtleWrapKeyRequest.html | 6 ++-- ...rProtos.SubtleWrapKeyRequestOrBuilder.html | 6 ++-- ...rProtos.SubtleWrapKeyResponse.Builder.html | 6 ++-- .../v1/DaprProtos.SubtleWrapKeyResponse.html | 6 ++-- ...Protos.SubtleWrapKeyResponseOrBuilder.html | 6 ++-- ...otos.TerminateWorkflowRequest.Builder.html | 6 ++-- .../DaprProtos.TerminateWorkflowRequest.html | 6 ++-- ...tos.TerminateWorkflowRequestOrBuilder.html | 6 ++-- ...nsactionalActorStateOperation.Builder.html | 6 ++-- ...otos.TransactionalActorStateOperation.html | 6 ++-- ...sactionalActorStateOperationOrBuilder.html | 6 ++-- ...s.TransactionalStateOperation.Builder.html | 6 ++-- ...aprProtos.TransactionalStateOperation.html | 6 ++-- ....TransactionalStateOperationOrBuilder.html | 6 ++-- .../v1/DaprProtos.TryLockRequest.Builder.html | 6 ++-- .../io/dapr/v1/DaprProtos.TryLockRequest.html | 6 ++-- .../DaprProtos.TryLockRequestOrBuilder.html | 6 ++-- .../DaprProtos.TryLockResponse.Builder.html | 6 ++-- .../dapr/v1/DaprProtos.TryLockResponse.html | 6 ++-- .../DaprProtos.TryLockResponseOrBuilder.html | 6 ++-- .../v1/DaprProtos.UnlockRequest.Builder.html | 6 ++-- docs/io/dapr/v1/DaprProtos.UnlockRequest.html | 6 ++-- .../v1/DaprProtos.UnlockRequestOrBuilder.html | 6 ++-- .../v1/DaprProtos.UnlockResponse.Builder.html | 6 ++-- .../v1/DaprProtos.UnlockResponse.Status.html | 6 ++-- .../io/dapr/v1/DaprProtos.UnlockResponse.html | 6 ++-- .../DaprProtos.UnlockResponseOrBuilder.html | 6 ++-- ...nregisterActorReminderRequest.Builder.html | 6 ++-- ...Protos.UnregisterActorReminderRequest.html | 6 ++-- ...registerActorReminderRequestOrBuilder.html | 6 ++-- ...s.UnregisterActorTimerRequest.Builder.html | 6 ++-- ...aprProtos.UnregisterActorTimerRequest.html | 6 ++-- ....UnregisterActorTimerRequestOrBuilder.html | 6 ++-- ...subscribeConfigurationRequest.Builder.html | 6 ++-- ...rotos.UnsubscribeConfigurationRequest.html | 6 ++-- ...ubscribeConfigurationRequestOrBuilder.html | 6 ++-- ...ubscribeConfigurationResponse.Builder.html | 6 ++-- ...otos.UnsubscribeConfigurationResponse.html | 6 ++-- ...bscribeConfigurationResponseOrBuilder.html | 6 ++-- docs/io/dapr/v1/DaprProtos.html | 6 ++-- ...lphaGrpc.AppCallbackAlphaBlockingStub.html | 6 ++-- ...kAlphaGrpc.AppCallbackAlphaFutureStub.html | 6 ++-- ...ackAlphaGrpc.AppCallbackAlphaImplBase.html | 6 ++-- ...allbackAlphaGrpc.AppCallbackAlphaStub.html | 6 ++-- .../AppCallbackAlphaGrpc.AsyncService.html | 6 ++-- .../v1/class-use/AppCallbackAlphaGrpc.html | 6 ++-- ...pCallbackGrpc.AppCallbackBlockingStub.html | 6 ++-- ...AppCallbackGrpc.AppCallbackFutureStub.html | 6 ++-- .../AppCallbackGrpc.AppCallbackImplBase.html | 6 ++-- .../AppCallbackGrpc.AppCallbackStub.html | 6 ++-- .../AppCallbackGrpc.AsyncService.html | 6 ++-- .../io/dapr/v1/class-use/AppCallbackGrpc.html | 6 ++-- ...pc.AppCallbackHealthCheckBlockingStub.html | 6 ++-- ...Grpc.AppCallbackHealthCheckFutureStub.html | 6 ++-- ...ckGrpc.AppCallbackHealthCheckImplBase.html | 6 ++-- ...hCheckGrpc.AppCallbackHealthCheckStub.html | 6 ++-- ...pCallbackHealthCheckGrpc.AsyncService.html | 6 ++-- .../class-use/AppCallbackHealthCheckGrpc.html | 6 ++-- ...ommonProtos.ConfigurationItem.Builder.html | 6 ++-- .../CommonProtos.ConfigurationItem.html | 6 ++-- ...mmonProtos.ConfigurationItemOrBuilder.html | 6 ++-- .../class-use/CommonProtos.Etag.Builder.html | 6 ++-- .../dapr/v1/class-use/CommonProtos.Etag.html | 6 ++-- .../class-use/CommonProtos.EtagOrBuilder.html | 6 ++-- .../CommonProtos.HTTPExtension.Builder.html | 6 ++-- .../CommonProtos.HTTPExtension.Verb.html | 6 ++-- .../class-use/CommonProtos.HTTPExtension.html | 6 ++-- .../CommonProtos.HTTPExtensionOrBuilder.html | 6 ++-- .../CommonProtos.InvokeRequest.Builder.html | 6 ++-- .../class-use/CommonProtos.InvokeRequest.html | 6 ++-- .../CommonProtos.InvokeRequestOrBuilder.html | 6 ++-- .../CommonProtos.InvokeResponse.Builder.html | 6 ++-- .../CommonProtos.InvokeResponse.html | 6 ++-- .../CommonProtos.InvokeResponseOrBuilder.html | 6 ++-- .../CommonProtos.StateItem.Builder.html | 6 ++-- .../v1/class-use/CommonProtos.StateItem.html | 6 ++-- .../CommonProtos.StateItemOrBuilder.html | 6 ++-- .../CommonProtos.StateOptions.Builder.html | 6 ++-- ...nProtos.StateOptions.StateConcurrency.html | 6 ++-- ...nProtos.StateOptions.StateConsistency.html | 6 ++-- .../class-use/CommonProtos.StateOptions.html | 6 ++-- .../CommonProtos.StateOptionsOrBuilder.html | 6 ++-- .../CommonProtos.StreamPayload.Builder.html | 6 ++-- .../class-use/CommonProtos.StreamPayload.html | 6 ++-- .../CommonProtos.StreamPayloadOrBuilder.html | 6 ++-- docs/io/dapr/v1/class-use/CommonProtos.html | 6 ++-- ...ackProtos.BindingEventRequest.Builder.html | 6 ++-- ...AppCallbackProtos.BindingEventRequest.html | 6 ++-- ...ckProtos.BindingEventRequestOrBuilder.html | 6 ++-- ...EventResponse.BindingEventConcurrency.html | 6 ++-- ...ckProtos.BindingEventResponse.Builder.html | 6 ++-- ...ppCallbackProtos.BindingEventResponse.html | 6 ++-- ...kProtos.BindingEventResponseOrBuilder.html | 6 ++-- ...ackProtos.BulkSubscribeConfig.Builder.html | 6 ++-- ...AppCallbackProtos.BulkSubscribeConfig.html | 6 ++-- ...ckProtos.BulkSubscribeConfigOrBuilder.html | 6 ++-- ...ackProtos.HealthCheckResponse.Builder.html | 6 ++-- ...AppCallbackProtos.HealthCheckResponse.html | 6 ++-- ...ckProtos.HealthCheckResponseOrBuilder.html | 6 ++-- ...allbackProtos.JobEventRequest.Builder.html | 6 ++-- ...DaprAppCallbackProtos.JobEventRequest.html | 6 ++-- ...llbackProtos.JobEventRequestOrBuilder.html | 6 ++-- ...llbackProtos.JobEventResponse.Builder.html | 6 ++-- ...aprAppCallbackProtos.JobEventResponse.html | 6 ++-- ...lbackProtos.JobEventResponseOrBuilder.html | 6 ++-- ...tos.ListInputBindingsResponse.Builder.html | 6 ++-- ...lbackProtos.ListInputBindingsResponse.html | 6 ++-- ...os.ListInputBindingsResponseOrBuilder.html | 6 ++-- ...istTopicSubscriptionsResponse.Builder.html | 6 ++-- ...Protos.ListTopicSubscriptionsResponse.html | 6 ++-- ...stTopicSubscriptionsResponseOrBuilder.html | 6 ++-- ...kProtos.TopicEventBulkRequest.Builder.html | 6 ++-- ...pCallbackProtos.TopicEventBulkRequest.html | 6 ++-- ...os.TopicEventBulkRequestEntry.Builder.html | 6 ++-- ....TopicEventBulkRequestEntry.EventCase.html | 6 ++-- ...backProtos.TopicEventBulkRequestEntry.html | 6 ++-- ...s.TopicEventBulkRequestEntryOrBuilder.html | 6 ++-- ...Protos.TopicEventBulkRequestOrBuilder.html | 6 ++-- ...Protos.TopicEventBulkResponse.Builder.html | 6 ++-- ...CallbackProtos.TopicEventBulkResponse.html | 6 ++-- ...s.TopicEventBulkResponseEntry.Builder.html | 6 ++-- ...ackProtos.TopicEventBulkResponseEntry.html | 6 ++-- ....TopicEventBulkResponseEntryOrBuilder.html | 6 ++-- ...rotos.TopicEventBulkResponseOrBuilder.html | 6 ++-- ...ackProtos.TopicEventCERequest.Builder.html | 6 ++-- ...AppCallbackProtos.TopicEventCERequest.html | 6 ++-- ...ckProtos.TopicEventCERequestOrBuilder.html | 6 ++-- ...lbackProtos.TopicEventRequest.Builder.html | 6 ++-- ...prAppCallbackProtos.TopicEventRequest.html | 6 ++-- ...backProtos.TopicEventRequestOrBuilder.html | 6 ++-- ...backProtos.TopicEventResponse.Builder.html | 6 ++-- ...ventResponse.TopicEventResponseStatus.html | 6 ++-- ...rAppCallbackProtos.TopicEventResponse.html | 6 ++-- ...ackProtos.TopicEventResponseOrBuilder.html | 6 ++-- ...AppCallbackProtos.TopicRoutes.Builder.html | 6 ++-- .../DaprAppCallbackProtos.TopicRoutes.html | 6 ++-- ...ppCallbackProtos.TopicRoutesOrBuilder.html | 6 ++-- ...prAppCallbackProtos.TopicRule.Builder.html | 6 ++-- .../DaprAppCallbackProtos.TopicRule.html | 6 ++-- ...rAppCallbackProtos.TopicRuleOrBuilder.html | 6 ++-- ...lbackProtos.TopicSubscription.Builder.html | 6 ++-- ...prAppCallbackProtos.TopicSubscription.html | 6 ++-- ...backProtos.TopicSubscriptionOrBuilder.html | 6 ++-- .../v1/class-use/DaprAppCallbackProtos.html | 6 ++-- .../v1/class-use/DaprGrpc.AsyncService.html | 6 ++-- .../class-use/DaprGrpc.DaprBlockingStub.html | 6 ++-- .../v1/class-use/DaprGrpc.DaprFutureStub.html | 6 ++-- .../v1/class-use/DaprGrpc.DaprImplBase.html | 6 ++-- .../dapr/v1/class-use/DaprGrpc.DaprStub.html | 6 ++-- docs/io/dapr/v1/class-use/DaprGrpc.html | 6 ++-- .../DaprProtos.ActiveActorsCount.Builder.html | 6 ++-- .../DaprProtos.ActiveActorsCount.html | 6 ++-- ...DaprProtos.ActiveActorsCountOrBuilder.html | 6 ++-- ...rotos.ActorRuntime.ActorRuntimeStatus.html | 6 ++-- .../DaprProtos.ActorRuntime.Builder.html | 6 ++-- .../v1/class-use/DaprProtos.ActorRuntime.html | 6 ++-- .../DaprProtos.ActorRuntimeOrBuilder.html | 6 ++-- ...AppConnectionHealthProperties.Builder.html | 6 ++-- ...rProtos.AppConnectionHealthProperties.html | 6 ++-- ...ppConnectionHealthPropertiesOrBuilder.html | 6 ++-- ...rotos.AppConnectionProperties.Builder.html | 6 ++-- .../DaprProtos.AppConnectionProperties.html | 6 ++-- ...otos.AppConnectionPropertiesOrBuilder.html | 6 ++-- ...DaprProtos.BulkPublishRequest.Builder.html | 6 ++-- .../DaprProtos.BulkPublishRequest.html | 6 ++-- ...rotos.BulkPublishRequestEntry.Builder.html | 6 ++-- .../DaprProtos.BulkPublishRequestEntry.html | 6 ++-- ...otos.BulkPublishRequestEntryOrBuilder.html | 6 ++-- ...aprProtos.BulkPublishRequestOrBuilder.html | 6 ++-- ...aprProtos.BulkPublishResponse.Builder.html | 6 ++-- .../DaprProtos.BulkPublishResponse.html | 6 ++-- ...ulkPublishResponseFailedEntry.Builder.html | 6 ++-- ...Protos.BulkPublishResponseFailedEntry.html | 6 ++-- ...lkPublishResponseFailedEntryOrBuilder.html | 6 ++-- ...prProtos.BulkPublishResponseOrBuilder.html | 6 ++-- .../DaprProtos.BulkStateItem.Builder.html | 6 ++-- .../class-use/DaprProtos.BulkStateItem.html | 6 ++-- .../DaprProtos.BulkStateItemOrBuilder.html | 6 ++-- .../DaprProtos.DecryptRequest.Builder.html | 6 ++-- .../class-use/DaprProtos.DecryptRequest.html | 6 ++-- ...rProtos.DecryptRequestOptions.Builder.html | 6 ++-- .../DaprProtos.DecryptRequestOptions.html | 6 ++-- ...Protos.DecryptRequestOptionsOrBuilder.html | 6 ++-- .../DaprProtos.DecryptRequestOrBuilder.html | 6 ++-- .../DaprProtos.DecryptResponse.Builder.html | 6 ++-- .../class-use/DaprProtos.DecryptResponse.html | 6 ++-- .../DaprProtos.DecryptResponseOrBuilder.html | 6 ++-- ...Protos.DeleteBulkStateRequest.Builder.html | 6 ++-- .../DaprProtos.DeleteBulkStateRequest.html | 6 ++-- ...rotos.DeleteBulkStateRequestOrBuilder.html | 6 ++-- .../DaprProtos.DeleteJobRequest.Builder.html | 6 ++-- .../DaprProtos.DeleteJobRequest.html | 6 ++-- .../DaprProtos.DeleteJobRequestOrBuilder.html | 6 ++-- .../DaprProtos.DeleteJobResponse.Builder.html | 6 ++-- .../DaprProtos.DeleteJobResponse.html | 6 ++-- ...DaprProtos.DeleteJobResponseOrBuilder.html | 6 ++-- ...DaprProtos.DeleteStateRequest.Builder.html | 6 ++-- .../DaprProtos.DeleteStateRequest.html | 6 ++-- ...aprProtos.DeleteStateRequestOrBuilder.html | 6 ++-- .../DaprProtos.EncryptRequest.Builder.html | 6 ++-- .../class-use/DaprProtos.EncryptRequest.html | 6 ++-- ...rProtos.EncryptRequestOptions.Builder.html | 6 ++-- .../DaprProtos.EncryptRequestOptions.html | 6 ++-- ...Protos.EncryptRequestOptionsOrBuilder.html | 6 ++-- .../DaprProtos.EncryptRequestOrBuilder.html | 6 ++-- .../DaprProtos.EncryptResponse.Builder.html | 6 ++-- .../class-use/DaprProtos.EncryptResponse.html | 6 ++-- .../DaprProtos.EncryptResponseOrBuilder.html | 6 ++-- ...eActorStateTransactionRequest.Builder.html | 6 ++-- ...s.ExecuteActorStateTransactionRequest.html | 6 ++-- ...ActorStateTransactionRequestOrBuilder.html | 6 ++-- ...xecuteStateTransactionRequest.Builder.html | 6 ++-- ...Protos.ExecuteStateTransactionRequest.html | 6 ++-- ...ecuteStateTransactionRequestOrBuilder.html | 6 ++-- ...prProtos.GetActorStateRequest.Builder.html | 6 ++-- .../DaprProtos.GetActorStateRequest.html | 6 ++-- ...rProtos.GetActorStateRequestOrBuilder.html | 6 ++-- ...rProtos.GetActorStateResponse.Builder.html | 6 ++-- .../DaprProtos.GetActorStateResponse.html | 6 ++-- ...Protos.GetActorStateResponseOrBuilder.html | 6 ++-- ...prProtos.GetBulkSecretRequest.Builder.html | 6 ++-- .../DaprProtos.GetBulkSecretRequest.html | 6 ++-- ...rProtos.GetBulkSecretRequestOrBuilder.html | 6 ++-- ...rProtos.GetBulkSecretResponse.Builder.html | 6 ++-- .../DaprProtos.GetBulkSecretResponse.html | 6 ++-- ...Protos.GetBulkSecretResponseOrBuilder.html | 6 ++-- ...aprProtos.GetBulkStateRequest.Builder.html | 6 ++-- .../DaprProtos.GetBulkStateRequest.html | 6 ++-- ...prProtos.GetBulkStateRequestOrBuilder.html | 6 ++-- ...prProtos.GetBulkStateResponse.Builder.html | 6 ++-- .../DaprProtos.GetBulkStateResponse.html | 6 ++-- ...rProtos.GetBulkStateResponseOrBuilder.html | 6 ++-- ...rotos.GetConfigurationRequest.Builder.html | 6 ++-- .../DaprProtos.GetConfigurationRequest.html | 6 ++-- ...otos.GetConfigurationRequestOrBuilder.html | 6 ++-- ...otos.GetConfigurationResponse.Builder.html | 6 ++-- .../DaprProtos.GetConfigurationResponse.html | 6 ++-- ...tos.GetConfigurationResponseOrBuilder.html | 6 ++-- .../DaprProtos.GetJobRequest.Builder.html | 6 ++-- .../class-use/DaprProtos.GetJobRequest.html | 6 ++-- .../DaprProtos.GetJobRequestOrBuilder.html | 6 ++-- .../DaprProtos.GetJobResponse.Builder.html | 6 ++-- .../class-use/DaprProtos.GetJobResponse.html | 6 ++-- .../DaprProtos.GetJobResponseOrBuilder.html | 6 ++-- ...DaprProtos.GetMetadataRequest.Builder.html | 6 ++-- .../DaprProtos.GetMetadataRequest.html | 6 ++-- ...aprProtos.GetMetadataRequestOrBuilder.html | 6 ++-- ...aprProtos.GetMetadataResponse.Builder.html | 6 ++-- .../DaprProtos.GetMetadataResponse.html | 6 ++-- ...prProtos.GetMetadataResponseOrBuilder.html | 6 ++-- .../DaprProtos.GetSecretRequest.Builder.html | 6 ++-- .../DaprProtos.GetSecretRequest.html | 6 ++-- .../DaprProtos.GetSecretRequestOrBuilder.html | 6 ++-- .../DaprProtos.GetSecretResponse.Builder.html | 6 ++-- .../DaprProtos.GetSecretResponse.html | 6 ++-- ...DaprProtos.GetSecretResponseOrBuilder.html | 6 ++-- .../DaprProtos.GetStateRequest.Builder.html | 6 ++-- .../class-use/DaprProtos.GetStateRequest.html | 6 ++-- .../DaprProtos.GetStateRequestOrBuilder.html | 6 ++-- .../DaprProtos.GetStateResponse.Builder.html | 6 ++-- .../DaprProtos.GetStateResponse.html | 6 ++-- .../DaprProtos.GetStateResponseOrBuilder.html | 6 ++-- ...DaprProtos.GetWorkflowRequest.Builder.html | 6 ++-- .../DaprProtos.GetWorkflowRequest.html | 6 ++-- ...aprProtos.GetWorkflowRequestOrBuilder.html | 6 ++-- ...aprProtos.GetWorkflowResponse.Builder.html | 6 ++-- .../DaprProtos.GetWorkflowResponse.html | 6 ++-- ...prProtos.GetWorkflowResponseOrBuilder.html | 6 ++-- ...DaprProtos.InvokeActorRequest.Builder.html | 6 ++-- .../DaprProtos.InvokeActorRequest.html | 6 ++-- ...aprProtos.InvokeActorRequestOrBuilder.html | 6 ++-- ...aprProtos.InvokeActorResponse.Builder.html | 6 ++-- .../DaprProtos.InvokeActorResponse.html | 6 ++-- ...prProtos.InvokeActorResponseOrBuilder.html | 6 ++-- ...prProtos.InvokeBindingRequest.Builder.html | 6 ++-- .../DaprProtos.InvokeBindingRequest.html | 6 ++-- ...rProtos.InvokeBindingRequestOrBuilder.html | 6 ++-- ...rProtos.InvokeBindingResponse.Builder.html | 6 ++-- .../DaprProtos.InvokeBindingResponse.html | 6 ++-- ...Protos.InvokeBindingResponseOrBuilder.html | 6 ++-- ...prProtos.InvokeServiceRequest.Builder.html | 6 ++-- .../DaprProtos.InvokeServiceRequest.html | 6 ++-- ...rProtos.InvokeServiceRequestOrBuilder.html | 6 ++-- .../v1/class-use/DaprProtos.Job.Builder.html | 6 ++-- docs/io/dapr/v1/class-use/DaprProtos.Job.html | 6 ++-- .../v1/class-use/DaprProtos.JobOrBuilder.html | 6 ++-- ...prProtos.MetadataHTTPEndpoint.Builder.html | 6 ++-- .../DaprProtos.MetadataHTTPEndpoint.html | 6 ++-- ...rProtos.MetadataHTTPEndpointOrBuilder.html | 6 ++-- ...prProtos.PauseWorkflowRequest.Builder.html | 6 ++-- .../DaprProtos.PauseWorkflowRequest.html | 6 ++-- ...rProtos.PauseWorkflowRequestOrBuilder.html | 6 ++-- ...aprProtos.PublishEventRequest.Builder.html | 6 ++-- .../DaprProtos.PublishEventRequest.html | 6 ++-- ...prProtos.PublishEventRequestOrBuilder.html | 6 ++-- ...DaprProtos.PubsubSubscription.Builder.html | 6 ++-- .../DaprProtos.PubsubSubscription.html | 6 ++-- ...aprProtos.PubsubSubscriptionOrBuilder.html | 6 ++-- ...Protos.PubsubSubscriptionRule.Builder.html | 6 ++-- .../DaprProtos.PubsubSubscriptionRule.html | 6 ++-- ...rotos.PubsubSubscriptionRuleOrBuilder.html | 6 ++-- ...rotos.PubsubSubscriptionRules.Builder.html | 6 ++-- .../DaprProtos.PubsubSubscriptionRules.html | 6 ++-- ...otos.PubsubSubscriptionRulesOrBuilder.html | 6 ++-- .../DaprProtos.PubsubSubscriptionType.html | 6 ++-- ...prProtos.PurgeWorkflowRequest.Builder.html | 6 ++-- .../DaprProtos.PurgeWorkflowRequest.html | 6 ++-- ...rProtos.PurgeWorkflowRequestOrBuilder.html | 6 ++-- .../DaprProtos.QueryStateItem.Builder.html | 6 ++-- .../class-use/DaprProtos.QueryStateItem.html | 6 ++-- .../DaprProtos.QueryStateItemOrBuilder.html | 6 ++-- .../DaprProtos.QueryStateRequest.Builder.html | 6 ++-- .../DaprProtos.QueryStateRequest.html | 6 ++-- ...DaprProtos.QueryStateRequestOrBuilder.html | 6 ++-- ...DaprProtos.QueryStateResponse.Builder.html | 6 ++-- .../DaprProtos.QueryStateResponse.html | 6 ++-- ...aprProtos.QueryStateResponseOrBuilder.html | 6 ++-- ...tos.RaiseEventWorkflowRequest.Builder.html | 6 ++-- .../DaprProtos.RaiseEventWorkflowRequest.html | 6 ++-- ...os.RaiseEventWorkflowRequestOrBuilder.html | 6 ++-- ....RegisterActorReminderRequest.Builder.html | 6 ++-- ...prProtos.RegisterActorReminderRequest.html | 6 ++-- ...RegisterActorReminderRequestOrBuilder.html | 6 ++-- ...tos.RegisterActorTimerRequest.Builder.html | 6 ++-- .../DaprProtos.RegisterActorTimerRequest.html | 6 ++-- ...os.RegisterActorTimerRequestOrBuilder.html | 6 ++-- ...prProtos.RegisteredComponents.Builder.html | 6 ++-- .../DaprProtos.RegisteredComponents.html | 6 ++-- ...rProtos.RegisteredComponentsOrBuilder.html | 6 ++-- ...rProtos.ResumeWorkflowRequest.Builder.html | 6 ++-- .../DaprProtos.ResumeWorkflowRequest.html | 6 ++-- ...Protos.ResumeWorkflowRequestOrBuilder.html | 6 ++-- .../DaprProtos.SaveStateRequest.Builder.html | 6 ++-- .../DaprProtos.SaveStateRequest.html | 6 ++-- .../DaprProtos.SaveStateRequestOrBuilder.html | 6 ++-- ...DaprProtos.ScheduleJobRequest.Builder.html | 6 ++-- .../DaprProtos.ScheduleJobRequest.html | 6 ++-- ...aprProtos.ScheduleJobRequestOrBuilder.html | 6 ++-- ...aprProtos.ScheduleJobResponse.Builder.html | 6 ++-- .../DaprProtos.ScheduleJobResponse.html | 6 ++-- ...prProtos.ScheduleJobResponseOrBuilder.html | 6 ++-- .../DaprProtos.SecretResponse.Builder.html | 6 ++-- .../class-use/DaprProtos.SecretResponse.html | 6 ++-- .../DaprProtos.SecretResponseOrBuilder.html | 6 ++-- ...DaprProtos.SetMetadataRequest.Builder.html | 6 ++-- .../DaprProtos.SetMetadataRequest.html | 6 ++-- ...aprProtos.SetMetadataRequestOrBuilder.html | 6 ++-- .../DaprProtos.ShutdownRequest.Builder.html | 6 ++-- .../class-use/DaprProtos.ShutdownRequest.html | 6 ++-- .../DaprProtos.ShutdownRequestOrBuilder.html | 6 ++-- ...prProtos.StartWorkflowRequest.Builder.html | 6 ++-- .../DaprProtos.StartWorkflowRequest.html | 6 ++-- ...rProtos.StartWorkflowRequestOrBuilder.html | 6 ++-- ...rProtos.StartWorkflowResponse.Builder.html | 6 ++-- .../DaprProtos.StartWorkflowResponse.html | 6 ++-- ...Protos.StartWorkflowResponseOrBuilder.html | 6 ++-- ...SubscribeConfigurationRequest.Builder.html | 6 ++-- ...rProtos.SubscribeConfigurationRequest.html | 6 ++-- ...ubscribeConfigurationRequestOrBuilder.html | 6 ++-- ...ubscribeConfigurationResponse.Builder.html | 6 ++-- ...Protos.SubscribeConfigurationResponse.html | 6 ++-- ...bscribeConfigurationResponseOrBuilder.html | 6 ++-- ...cribeTopicEventsRequestAlpha1.Builder.html | 6 ++-- ...1.SubscribeTopicEventsRequestTypeCase.html | 6 ++-- ...tos.SubscribeTopicEventsRequestAlpha1.html | 6 ++-- ...ribeTopicEventsRequestAlpha1OrBuilder.html | 6 ++-- ...ribeTopicEventsResponseAlpha1.Builder.html | 6 ++-- ...os.SubscribeTopicEventsResponseAlpha1.html | 6 ++-- ...ibeTopicEventsResponseAlpha1OrBuilder.html | 6 ++-- ...prProtos.SubtleDecryptRequest.Builder.html | 6 ++-- .../DaprProtos.SubtleDecryptRequest.html | 6 ++-- ...rProtos.SubtleDecryptRequestOrBuilder.html | 6 ++-- ...rProtos.SubtleDecryptResponse.Builder.html | 6 ++-- .../DaprProtos.SubtleDecryptResponse.html | 6 ++-- ...Protos.SubtleDecryptResponseOrBuilder.html | 6 ++-- ...prProtos.SubtleEncryptRequest.Builder.html | 6 ++-- .../DaprProtos.SubtleEncryptRequest.html | 6 ++-- ...rProtos.SubtleEncryptRequestOrBuilder.html | 6 ++-- ...rProtos.SubtleEncryptResponse.Builder.html | 6 ++-- .../DaprProtos.SubtleEncryptResponse.html | 6 ++-- ...Protos.SubtleEncryptResponseOrBuilder.html | 6 ++-- ...aprProtos.SubtleGetKeyRequest.Builder.html | 6 ++-- ...rProtos.SubtleGetKeyRequest.KeyFormat.html | 6 ++-- .../DaprProtos.SubtleGetKeyRequest.html | 6 ++-- ...prProtos.SubtleGetKeyRequestOrBuilder.html | 6 ++-- ...prProtos.SubtleGetKeyResponse.Builder.html | 6 ++-- .../DaprProtos.SubtleGetKeyResponse.html | 6 ++-- ...rProtos.SubtleGetKeyResponseOrBuilder.html | 6 ++-- .../DaprProtos.SubtleSignRequest.Builder.html | 6 ++-- .../DaprProtos.SubtleSignRequest.html | 6 ++-- ...DaprProtos.SubtleSignRequestOrBuilder.html | 6 ++-- ...DaprProtos.SubtleSignResponse.Builder.html | 6 ++-- .../DaprProtos.SubtleSignResponse.html | 6 ++-- ...aprProtos.SubtleSignResponseOrBuilder.html | 6 ++-- ...Protos.SubtleUnwrapKeyRequest.Builder.html | 6 ++-- .../DaprProtos.SubtleUnwrapKeyRequest.html | 6 ++-- ...rotos.SubtleUnwrapKeyRequestOrBuilder.html | 6 ++-- ...rotos.SubtleUnwrapKeyResponse.Builder.html | 6 ++-- .../DaprProtos.SubtleUnwrapKeyResponse.html | 6 ++-- ...otos.SubtleUnwrapKeyResponseOrBuilder.html | 6 ++-- ...aprProtos.SubtleVerifyRequest.Builder.html | 6 ++-- .../DaprProtos.SubtleVerifyRequest.html | 6 ++-- ...prProtos.SubtleVerifyRequestOrBuilder.html | 6 ++-- ...prProtos.SubtleVerifyResponse.Builder.html | 6 ++-- .../DaprProtos.SubtleVerifyResponse.html | 6 ++-- ...rProtos.SubtleVerifyResponseOrBuilder.html | 6 ++-- ...prProtos.SubtleWrapKeyRequest.Builder.html | 6 ++-- .../DaprProtos.SubtleWrapKeyRequest.html | 6 ++-- ...rProtos.SubtleWrapKeyRequestOrBuilder.html | 6 ++-- ...rProtos.SubtleWrapKeyResponse.Builder.html | 6 ++-- .../DaprProtos.SubtleWrapKeyResponse.html | 6 ++-- ...Protos.SubtleWrapKeyResponseOrBuilder.html | 6 ++-- ...otos.TerminateWorkflowRequest.Builder.html | 6 ++-- .../DaprProtos.TerminateWorkflowRequest.html | 6 ++-- ...tos.TerminateWorkflowRequestOrBuilder.html | 6 ++-- ...nsactionalActorStateOperation.Builder.html | 6 ++-- ...otos.TransactionalActorStateOperation.html | 6 ++-- ...sactionalActorStateOperationOrBuilder.html | 6 ++-- ...s.TransactionalStateOperation.Builder.html | 6 ++-- ...aprProtos.TransactionalStateOperation.html | 6 ++-- ....TransactionalStateOperationOrBuilder.html | 6 ++-- .../DaprProtos.TryLockRequest.Builder.html | 6 ++-- .../class-use/DaprProtos.TryLockRequest.html | 6 ++-- .../DaprProtos.TryLockRequestOrBuilder.html | 6 ++-- .../DaprProtos.TryLockResponse.Builder.html | 6 ++-- .../class-use/DaprProtos.TryLockResponse.html | 6 ++-- .../DaprProtos.TryLockResponseOrBuilder.html | 6 ++-- .../DaprProtos.UnlockRequest.Builder.html | 6 ++-- .../class-use/DaprProtos.UnlockRequest.html | 6 ++-- .../DaprProtos.UnlockRequestOrBuilder.html | 6 ++-- .../DaprProtos.UnlockResponse.Builder.html | 6 ++-- .../DaprProtos.UnlockResponse.Status.html | 6 ++-- .../class-use/DaprProtos.UnlockResponse.html | 6 ++-- .../DaprProtos.UnlockResponseOrBuilder.html | 6 ++-- ...nregisterActorReminderRequest.Builder.html | 6 ++-- ...Protos.UnregisterActorReminderRequest.html | 6 ++-- ...registerActorReminderRequestOrBuilder.html | 6 ++-- ...s.UnregisterActorTimerRequest.Builder.html | 6 ++-- ...aprProtos.UnregisterActorTimerRequest.html | 6 ++-- ....UnregisterActorTimerRequestOrBuilder.html | 6 ++-- ...subscribeConfigurationRequest.Builder.html | 6 ++-- ...rotos.UnsubscribeConfigurationRequest.html | 6 ++-- ...ubscribeConfigurationRequestOrBuilder.html | 6 ++-- ...ubscribeConfigurationResponse.Builder.html | 6 ++-- ...otos.UnsubscribeConfigurationResponse.html | 6 ++-- ...bscribeConfigurationResponseOrBuilder.html | 6 ++-- docs/io/dapr/v1/class-use/DaprProtos.html | 6 ++-- docs/io/dapr/v1/package-summary.html | 6 ++-- docs/io/dapr/v1/package-tree.html | 6 ++-- docs/io/dapr/v1/package-use.html | 6 ++-- docs/io/dapr/workflows/Workflow.html | 6 ++-- docs/io/dapr/workflows/WorkflowContext.html | 6 ++-- docs/io/dapr/workflows/WorkflowStub.html | 6 ++-- .../io/dapr/workflows/class-use/Workflow.html | 6 ++-- .../workflows/class-use/WorkflowContext.html | 6 ++-- .../workflows/class-use/WorkflowStub.html | 6 ++-- .../workflows/client/DaprWorkflowClient.html | 6 ++-- .../client/WorkflowFailureDetails.html | 6 ++-- .../client/WorkflowInstanceStatus.html | 6 ++-- .../client/class-use/DaprWorkflowClient.html | 6 ++-- .../class-use/WorkflowFailureDetails.html | 6 ++-- .../class-use/WorkflowInstanceStatus.html | 6 ++-- .../workflows/client/package-summary.html | 6 ++-- .../dapr/workflows/client/package-tree.html | 6 ++-- .../io/dapr/workflows/client/package-use.html | 6 ++-- .../internal/ApiTokenClientInterceptor.html | 6 ++-- .../class-use/ApiTokenClientInterceptor.html | 6 ++-- .../workflows/internal/package-summary.html | 6 ++-- .../dapr/workflows/internal/package-tree.html | 6 ++-- .../dapr/workflows/internal/package-use.html | 6 ++-- docs/io/dapr/workflows/package-summary.html | 6 ++-- docs/io/dapr/workflows/package-tree.html | 6 ++-- docs/io/dapr/workflows/package-use.html | 6 ++-- .../workflows/runtime/WorkflowRuntime.html | 6 ++-- .../runtime/WorkflowRuntimeBuilder.html | 6 ++-- .../runtime/WorkflowRuntimeStatus.html | 6 ++-- .../runtime/class-use/WorkflowRuntime.html | 6 ++-- .../class-use/WorkflowRuntimeBuilder.html | 6 ++-- .../class-use/WorkflowRuntimeStatus.html | 6 ++-- .../workflows/runtime/package-summary.html | 6 ++-- .../dapr/workflows/runtime/package-tree.html | 6 ++-- .../dapr/workflows/runtime/package-use.html | 6 ++-- docs/member-search-index.js | 2 +- docs/overview-summary.html | 6 ++-- docs/overview-tree.html | 6 ++-- docs/project-reports.html | 6 ++-- docs/serialized-form.html | 6 ++-- 1193 files changed, 3627 insertions(+), 3585 deletions(-) diff --git a/README.md b/README.md index 2ff4bff93..79ccf044a 100644 --- a/README.md +++ b/README.md @@ -50,19 +50,19 @@ For a Maven project, add the following to your `pom.xml` file: io.dapr dapr-sdk - 1.14.1 + 1.14.2 io.dapr dapr-sdk-actors - 1.14.1 + 1.14.2 io.dapr dapr-sdk-springboot - 1.14.1 + 1.14.2 ... @@ -76,11 +76,11 @@ For a Gradle project, add the following to your `build.gradle` file: dependencies { ... // Dapr's core SDK with all features, except Actors. - compile('io.dapr:dapr-sdk:1.14.1') + compile('io.dapr:dapr-sdk:1.14.2') // Dapr's SDK for Actors (optional). - compile('io.dapr:dapr-sdk-actors:1.14.1') + compile('io.dapr:dapr-sdk-actors:1.14.2') // Dapr's SDK integration with SpringBoot (optional). - compile('io.dapr:dapr-sdk-springboot:1.14.1') + compile('io.dapr:dapr-sdk-springboot:1.14.2') } ``` diff --git a/daprdocs/content/en/java-sdk-docs/_index.md b/daprdocs/content/en/java-sdk-docs/_index.md index eb6eab917..893b7415b 100644 --- a/daprdocs/content/en/java-sdk-docs/_index.md +++ b/daprdocs/content/en/java-sdk-docs/_index.md @@ -46,19 +46,19 @@ For a Maven project, add the following to your `pom.xml` file: io.dapr dapr-sdk - 1.14.1 + 1.14.2 io.dapr dapr-sdk-actors - 1.14.1 + 1.14.2 io.dapr dapr-sdk-springboot - 1.14.1 + 1.14.2 ... @@ -76,11 +76,11 @@ For a Gradle project, add the following to your `build.gradle` file: dependencies { ... // Dapr's core SDK with all features, except Actors. - compile('io.dapr:dapr-sdk:1.14.1') + compile('io.dapr:dapr-sdk:1.14.2') // Dapr's SDK for Actors (optional). - compile('io.dapr:dapr-sdk-actors:1.14.1') + compile('io.dapr:dapr-sdk-actors:1.14.2') // Dapr's SDK integration with SpringBoot (optional). - compile('io.dapr:dapr-sdk-springboot:1.14.1') + compile('io.dapr:dapr-sdk-springboot:1.14.2') } ``` @@ -96,7 +96,7 @@ You can fix this by specifying a compatible `OkHttp` version in your project to com.squareup.okhttp3 okhttp - 1.14.1 + 1.14.2 ``` diff --git a/daprdocs/content/en/java-sdk-docs/spring-boot/_index.md b/daprdocs/content/en/java-sdk-docs/spring-boot/_index.md index d4aa3887b..6e09aa1c1 100644 --- a/daprdocs/content/en/java-sdk-docs/spring-boot/_index.md +++ b/daprdocs/content/en/java-sdk-docs/spring-boot/_index.md @@ -26,12 +26,12 @@ If you already have a Spring Boot application, you can directly add the followin io.dapr.spring dapr-spring-boot-starter - 0.x.x // see below for the latest versions + 0.14.2 io.dapr.spring dapr-spring-boot-starter-test - 0.x.x // see below for the latest versions + 0.14.2 test ``` diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index 306a09708..213688141 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -1,11 +1,11 @@ - -All Classes and Interfaces (dapr-sdk-parent 1.14.1 API) + +All Classes and Interfaces (dapr-sdk-parent 1.14.2 API) - + diff --git a/docs/allpackages-index.html b/docs/allpackages-index.html index cd4103c09..d0e4c60a2 100644 --- a/docs/allpackages-index.html +++ b/docs/allpackages-index.html @@ -1,11 +1,11 @@ - -All Packages (dapr-sdk-parent 1.14.1 API) + +All Packages (dapr-sdk-parent 1.14.2 API) - + diff --git a/docs/constant-values.html b/docs/constant-values.html index 2b252674c..4b94b3247 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -1,11 +1,11 @@ - -Constant Field Values (dapr-sdk-parent 1.14.1 API) + +Constant Field Values (dapr-sdk-parent 1.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/allclasses-index.html b/docs/dapr-sdk-workflows/allclasses-index.html index 56bc7eb81..f77ad9dd6 100644 --- a/docs/dapr-sdk-workflows/allclasses-index.html +++ b/docs/dapr-sdk-workflows/allclasses-index.html @@ -1,11 +1,11 @@ - -All Classes and Interfaces (dapr-sdk-workflows 0.14.1 API) + +All Classes and Interfaces (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/allpackages-index.html b/docs/dapr-sdk-workflows/allpackages-index.html index 985c7d16a..9f6436b2b 100644 --- a/docs/dapr-sdk-workflows/allpackages-index.html +++ b/docs/dapr-sdk-workflows/allpackages-index.html @@ -1,11 +1,11 @@ - -All Packages (dapr-sdk-workflows 0.14.1 API) + +All Packages (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/help-doc.html b/docs/dapr-sdk-workflows/help-doc.html index bddc0a0c0..6b7d1acc7 100644 --- a/docs/dapr-sdk-workflows/help-doc.html +++ b/docs/dapr-sdk-workflows/help-doc.html @@ -1,11 +1,11 @@ - -API Help (dapr-sdk-workflows 0.14.1 API) + +API Help (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/index-all.html b/docs/dapr-sdk-workflows/index-all.html index 87016ef26..094cae01c 100644 --- a/docs/dapr-sdk-workflows/index-all.html +++ b/docs/dapr-sdk-workflows/index-all.html @@ -1,11 +1,11 @@ - -Index (dapr-sdk-workflows 0.14.1 API) + +Index (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/index.html b/docs/dapr-sdk-workflows/index.html index 59c8294ed..90a7b20f6 100644 --- a/docs/dapr-sdk-workflows/index.html +++ b/docs/dapr-sdk-workflows/index.html @@ -1,11 +1,11 @@ - -Overview (dapr-sdk-workflows 0.14.1 API) + +Overview (dapr-sdk-workflows 0.14.2 API) - + @@ -49,7 +49,7 @@ loadScripts(document, 'script');
-

dapr-sdk-workflows 0.14.1 API

+

dapr-sdk-workflows 0.14.2 API

Packages
diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html b/docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html index 346eb2b77..a228dec46 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html @@ -1,11 +1,11 @@ - -Workflow (dapr-sdk-workflows 0.14.1 API) + +Workflow (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowContext.html b/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowContext.html index be75c783a..bb245d3a4 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowContext.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowContext.html @@ -1,11 +1,11 @@ - -WorkflowContext (dapr-sdk-workflows 0.14.1 API) + +WorkflowContext (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html b/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html index e5b9352cc..e485f5e47 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html @@ -1,11 +1,11 @@ - -WorkflowStub (dapr-sdk-workflows 0.14.1 API) + +WorkflowStub (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/Workflow.html b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/Workflow.html index 67cb3319a..5618177e2 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/Workflow.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/Workflow.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.workflows.Workflow (dapr-sdk-workflows 0.14.1 API) + +Uses of Interface io.dapr.workflows.Workflow (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowContext.html b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowContext.html index 1da33d116..29f00a391 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowContext.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowContext.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.14.1 API) + +Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowStub.html b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowStub.html index d8bb2dc10..fbb39736e 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowStub.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/class-use/WorkflowStub.html @@ -1,11 +1,11 @@ - -Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.14.1 API) + +Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/DaprWorkflowClient.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/DaprWorkflowClient.html index e944a6220..e1538c9d4 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/DaprWorkflowClient.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/DaprWorkflowClient.html @@ -1,11 +1,11 @@ - -DaprWorkflowClient (dapr-sdk-workflows 0.14.1 API) + +DaprWorkflowClient (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowFailureDetails.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowFailureDetails.html index 7ae13756b..921dc39bb 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowFailureDetails.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowFailureDetails.html @@ -1,11 +1,11 @@ - -WorkflowFailureDetails (dapr-sdk-workflows 0.14.1 API) + +WorkflowFailureDetails (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowInstanceStatus.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowInstanceStatus.html index 630387cfe..17737b09a 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowInstanceStatus.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/WorkflowInstanceStatus.html @@ -1,11 +1,11 @@ - -WorkflowInstanceStatus (dapr-sdk-workflows 0.14.1 API) + +WorkflowInstanceStatus (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/DaprWorkflowClient.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/DaprWorkflowClient.html index 628909ba3..6c1bbf00d 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/DaprWorkflowClient.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/DaprWorkflowClient.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-workflows 0.14.1 API) + +Uses of Class io.dapr.workflows.client.DaprWorkflowClient (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html index 6ab7c60a3..c4b57c169 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowFailureDetails.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.14.1 API) + +Uses of Class io.dapr.workflows.client.WorkflowFailureDetails (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html index ba103ab2c..293b13eeb 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/class-use/WorkflowInstanceStatus.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-workflows 0.14.1 API) + +Uses of Class io.dapr.workflows.client.WorkflowInstanceStatus (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-summary.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-summary.html index 25e7ff7b0..5782fbec9 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-summary.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.client (dapr-sdk-workflows 0.14.1 API) + +io.dapr.workflows.client (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-tree.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-tree.html index 3e1295030..b1baa6041 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-tree.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.client Class Hierarchy (dapr-sdk-workflows 0.14.1 API) + +io.dapr.workflows.client Class Hierarchy (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-use.html b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-use.html index 106e81a5f..df66f5357 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-use.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/client/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows.client (dapr-sdk-workflows 0.14.1 API) + +Uses of Package io.dapr.workflows.client (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/ApiTokenClientInterceptor.html b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/ApiTokenClientInterceptor.html index f75bcab1d..9a6210a25 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/ApiTokenClientInterceptor.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/ApiTokenClientInterceptor.html @@ -1,11 +1,11 @@ - -ApiTokenClientInterceptor (dapr-sdk-workflows 0.14.1 API) + +ApiTokenClientInterceptor (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html index 3c1ebfe6a..932f3503c 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/class-use/ApiTokenClientInterceptor.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-workflows 0.14.1 API) + +Uses of Class io.dapr.workflows.internal.ApiTokenClientInterceptor (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-summary.html b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-summary.html index a1bad791f..891ff27f9 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-summary.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.internal (dapr-sdk-workflows 0.14.1 API) + +io.dapr.workflows.internal (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-tree.html b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-tree.html index 905b225f5..045036115 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-tree.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.internal Class Hierarchy (dapr-sdk-workflows 0.14.1 API) + +io.dapr.workflows.internal Class Hierarchy (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-use.html b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-use.html index bce41900c..b4fbc5390 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-use.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/internal/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows.internal (dapr-sdk-workflows 0.14.1 API) + +Uses of Package io.dapr.workflows.internal (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/package-summary.html b/docs/dapr-sdk-workflows/io/dapr/workflows/package-summary.html index 0d771de21..32a7c85dd 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/package-summary.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows (dapr-sdk-workflows 0.14.1 API) + +io.dapr.workflows (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/package-tree.html b/docs/dapr-sdk-workflows/io/dapr/workflows/package-tree.html index e490f77f7..0d9c10abb 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/package-tree.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows Class Hierarchy (dapr-sdk-workflows 0.14.1 API) + +io.dapr.workflows Class Hierarchy (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/package-use.html b/docs/dapr-sdk-workflows/io/dapr/workflows/package-use.html index 52d67e66f..7375de1c2 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/package-use.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows (dapr-sdk-workflows 0.14.1 API) + +Uses of Package io.dapr.workflows (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntime.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntime.html index 01d3a9e69..24d03725e 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntime.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntime.html @@ -1,11 +1,11 @@ - -WorkflowRuntime (dapr-sdk-workflows 0.14.1 API) + +WorkflowRuntime (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html index b7b6e0516..bcc54df13 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeBuilder.html @@ -1,11 +1,11 @@ - -WorkflowRuntimeBuilder (dapr-sdk-workflows 0.14.1 API) + +WorkflowRuntimeBuilder (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html index e87d3eab2..e067ef349 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/WorkflowRuntimeStatus.html @@ -1,11 +1,11 @@ - -WorkflowRuntimeStatus (dapr-sdk-workflows 0.14.1 API) + +WorkflowRuntimeStatus (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html index c4e8de65a..bf2802090 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntime.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-workflows 0.14.1 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowRuntime (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html index c93b6cf62..756c51097 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeBuilder.html @@ -1,11 +1,11 @@ - -Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-workflows 0.14.1 API) + +Uses of Class io.dapr.workflows.runtime.WorkflowRuntimeBuilder (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html index 8cdce2f63..cd87ada38 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/class-use/WorkflowRuntimeStatus.html @@ -1,11 +1,11 @@ - -Uses of Enum io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-workflows 0.14.1 API) + +Uses of Enum io.dapr.workflows.runtime.WorkflowRuntimeStatus (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-summary.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-summary.html index d42910dbd..9b2aba707 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-summary.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-summary.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.runtime (dapr-sdk-workflows 0.14.1 API) + +io.dapr.workflows.runtime (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-tree.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-tree.html index 66e664257..c9fcd605b 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-tree.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-tree.html @@ -1,11 +1,11 @@ - -io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-workflows 0.14.1 API) + +io.dapr.workflows.runtime Class Hierarchy (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-use.html b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-use.html index 48e23e8c8..a31e5a7e7 100644 --- a/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-use.html +++ b/docs/dapr-sdk-workflows/io/dapr/workflows/runtime/package-use.html @@ -1,11 +1,11 @@ - -Uses of Package io.dapr.workflows.runtime (dapr-sdk-workflows 0.14.1 API) + +Uses of Package io.dapr.workflows.runtime (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/overview-summary.html b/docs/dapr-sdk-workflows/overview-summary.html index 98b7a5f78..67d09efa9 100644 --- a/docs/dapr-sdk-workflows/overview-summary.html +++ b/docs/dapr-sdk-workflows/overview-summary.html @@ -1,11 +1,11 @@ - -dapr-sdk-workflows 0.14.1 API + +dapr-sdk-workflows 0.14.2 API - + diff --git a/docs/dapr-sdk-workflows/overview-tree.html b/docs/dapr-sdk-workflows/overview-tree.html index 1bf2bb5cd..b41aab3b2 100644 --- a/docs/dapr-sdk-workflows/overview-tree.html +++ b/docs/dapr-sdk-workflows/overview-tree.html @@ -1,11 +1,11 @@ - -Class Hierarchy (dapr-sdk-workflows 0.14.1 API) + +Class Hierarchy (dapr-sdk-workflows 0.14.2 API) - + diff --git a/docs/dapr-sdk-workflows/project-reports.html b/docs/dapr-sdk-workflows/project-reports.html index 0548388f4..c29fcc83d 100644 --- a/docs/dapr-sdk-workflows/project-reports.html +++ b/docs/dapr-sdk-workflows/project-reports.html @@ -1,6 +1,6 @@ @@ -25,8 +25,8 @@