diff --git a/README.md b/README.md index 79ccf044a0..9c21c62f18 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.2 + 1.15.0 io.dapr dapr-sdk-actors - 1.14.2 + 1.15.0 io.dapr dapr-sdk-springboot - 1.14.2 + 1.15.0 ... @@ -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.2') + compile('io.dapr:dapr-sdk:1.15.0') // Dapr's SDK for Actors (optional). - compile('io.dapr:dapr-sdk-actors:1.14.2') + compile('io.dapr:dapr-sdk-actors:1.15.0') // Dapr's SDK integration with SpringBoot (optional). - compile('io.dapr:dapr-sdk-springboot:1.14.2') + compile('io.dapr:dapr-sdk-springboot:1.15.0') } ``` diff --git a/daprdocs/content/en/java-sdk-docs/_index.md b/daprdocs/content/en/java-sdk-docs/_index.md index 893b7415bd..61b2e1d9e3 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.2 + 1.15.0 io.dapr dapr-sdk-actors - 1.14.2 + 1.15.0 io.dapr dapr-sdk-springboot - 1.14.2 + 1.15.0 ... @@ -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.2') + compile('io.dapr:dapr-sdk:1.15.0') // Dapr's SDK for Actors (optional). - compile('io.dapr:dapr-sdk-actors:1.14.2') + compile('io.dapr:dapr-sdk-actors:1.15.0') // Dapr's SDK integration with SpringBoot (optional). - compile('io.dapr:dapr-sdk-springboot:1.14.2') + compile('io.dapr:dapr-sdk-springboot:1.15.0') } ``` @@ -96,7 +96,7 @@ You can fix this by specifying a compatible `OkHttp` version in your project to com.squareup.okhttp3 okhttp - 1.14.2 + 1.15.0 ``` 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 e77b1671f3..b530d06cd3 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.14.2 + 0.15.0 io.dapr.spring dapr-spring-boot-starter-test - 0.14.2 + 0.15.0 test ``` diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index 2136881414..90532d4879 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -1,11 +1,11 @@ - -All Classes and Interfaces (dapr-sdk-parent 1.14.2 API) + +All Classes and Interfaces (dapr-sdk-parent 1.15.0 API) - + @@ -234,190 +234,211 @@

All Classes and Interfaces<
AppConnectionPropertiesMetadata describes the application connection properties.
-
BooleanProperty
-
+ +
 
+ +
Boolean configuration property.
- -
+ +
Class representing an entry in the BulkPublishRequest or BulkPublishResponse.
- -
+ +
A request to bulk publish multiples events in a single call to Dapr.
- -
+ +
Class representing the response returned on bulk publishing events.
- -
+ +
Class representing the entry that failed to be published using BulkPublishRequest.
- -
+ +
Response from the application containing status for each entry from the bulk publish message.
- -
+ + - -
+ +
Status of the message handled in bulk subscribe handler.
- -
+ +
Represents a bulk of messages received from the message bus.
- -
+ +
Represents a single event from a BulkSubscribeMessage.
- -
+ +
A cloud event in Dapr.
- -
 
- -
+ +
 
+ +
ConfigurationItem represents all the configuration with its name(key).
- -
+ +
ConfigurationItem represents all the configuration with its name(key).
- -
 
- -
+ +
 
+ +
Etag represents a state item version
- -
+ +
Etag represents a state item version
- -
 
- -
+ +
 
+ +
HTTPExtension includes HTTP verb and querystring when Dapr runtime delivers HTTP content.
- -
+ +
HTTPExtension includes HTTP verb and querystring when Dapr runtime delivers HTTP content.
- -
+ +
Type of HTTP 1.1 Methods RFC 7231: https://tools.ietf.org/html/rfc7231#page-24 RFC 5789: https://datatracker.ietf.org/doc/html/rfc5789
- -
 
- -
+ +
 
+ +
InvokeRequest is the message to invoke a method with the data.
- -
+ +
InvokeRequest is the message to invoke a method with the data.
- -
 
- -
+ +
 
+ +
InvokeResponse is the response message including data and its content type from app callback.
- -
+ +
InvokeResponse is the response message including data and its content type from app callback.
- -
 
- -
+ +
 
+ +
StateItem represents state key, value, and additional options to save state.
- -
+ +
StateItem represents state key, value, and additional options to save state.
- -
 
- -
+ +
 
+ +
StateOptions configures concurrency and consistency for state operations
- -
+ +
StateOptions configures concurrency and consistency for state operations
- -
+ +
Enum describing the supported concurrency for state.
- -
+ +
Enum describing the supported consistency for state.
- -
 
- -
+ +
 
+ +
Chunk of data sent in a streaming request or response.
- -
+ +
Chunk of data sent in a streaming request or response.
- -
 
- + +
 
+ +
+
Represents a Dapr component.
+
+ +
+
ComponentMetadata describes a Dapr Component.
+
+ +
 
+
Represents a Dapr component.
- +
-
ComponentMetadata describes a Dapr Component.
+
A configuration item from Dapr's configuration store.
- -
 
- + +
 
+ +
 
+ +
+
Represents an input message for a conversation with an LLM.
+
+
-
Represents a Dapr component.
+
Returns the conversation output.
- +
-
A configuration item from Dapr's configuration store.
+
Represents a conversation configuration with details about component name, + conversation inputs, context identifier, PII scrubbing, and temperature control.
- -
 
- + +
+
Response from the Dapr Conversation API.
+
+
 
@@ -684,675 +705,737 @@

All Classes and Interfaces<
 
 
- -
+ +
 
+ +
Represents an error message from Dapr.
- -
 
- -
 
- -
+ +
 
+ +
 
+ +
A Dapr's specific exception.
- -
+ +
Dapr service provides APIs to user application to access Dapr building blocks.
- -
+ +
Dapr service provides APIs to user application to access Dapr building blocks.
- -
+ +
A stub to allow clients to do synchronous rpc calls to service Dapr.
- -
+ +
A stub to allow clients to do ListenableFuture-style rpc calls to service Dapr.
- -
+ +
Base class for the server implementation of the service Dapr.
- -
+ +
A stub to allow clients to do asynchronous rpc calls to service Dapr.
- -
 
- -
+ +
 
+ +
HTTP Methods supported.
- -
 
- -
+ +
 
+ +
A builder for the DaprHttp.
- -
+ +
Internal exception for propagating HTTP status code.
- -
 
- +
 
- -
 
- -
+ +
 
+ +
 
+ +
ObservationConvention for Dapr Messaging.
- -
+ +
An Observation for DaprMessagingTemplate.
- -
+ +
Low cardinality tags.
- -
 
- -
+ +
 
+ +
Builder that can be used to configure and send a message.
- -
+ +
SenderContext for Dapr Messaging.
- -
+ +
Acts as a carrier for a Dapr message and records the propagated properties for later access by the Dapr.
- -
+ +
Create a new DaprMessagingTemplate.
- -
+ +
DaprMetadata describes the Dapr Metadata.
- -
+ +
Consumes gRPC metadata.
- -
+ +
Serializes and deserializes application's objects.
- -
+ +
Test container for Dapr placement service.
- -
 
- -
+ +
 
+ +
This class is copied from https://github.com/spring-projects/spring-data-keyvalue/blob/ff441439124585042dd0cbff952f977a343444d2/src/main/java/org/springframework/data/keyvalue/repository/query/PredicateQueryCreator.java#L46 because it has private accessors to internal classes, making it impossible to extend or use the original This requires to be created from scratch to not use predicates, but this is only worth it if we can prove these abstractions are worth the time.
- -
+ +
Generic client interface for preview or alpha APIs in Dapr, regardless of GRPC or HTTP.
- -
 
- -
 
- -
+ +
 
+ +
 
+ +
Protobuf type dapr.proto.runtime.v1.ActiveActorsCount
- -
+ +
Protobuf type dapr.proto.runtime.v1.ActiveActorsCount
- -
 
- -
+ +
 
+ +
Protobuf type dapr.proto.runtime.v1.ActorRuntime
- -
+ +
Protobuf enum dapr.proto.runtime.v1.ActorRuntime.ActorRuntimeStatus
- -
+ +
Protobuf type dapr.proto.runtime.v1.ActorRuntime
- -
 
- -
+ +
 
+ +
Protobuf type dapr.proto.runtime.v1.AppConnectionHealthProperties
- -
+ +
Protobuf type dapr.proto.runtime.v1.AppConnectionHealthProperties
- -
 
- -
+ +
 
+ +
Protobuf type dapr.proto.runtime.v1.AppConnectionProperties
- -
+ +
Protobuf type dapr.proto.runtime.v1.AppConnectionProperties
- -
 
- + +
 
+ +
+
+ BulkPublishRequest is the message to bulk publish events to pubsub topic
+
+
BulkPublishRequest is the message to bulk publish events to pubsub topic
- +
- BulkPublishRequest is the message to bulk publish events to pubsub topic
+ BulkPublishRequestEntry is the message containing the event to be bulk published
- +
BulkPublishRequestEntry is the message containing the event to be bulk published
- + +
 
+ +
 
+
- BulkPublishRequestEntry is the message containing the event to be bulk published
+ BulkPublishResponse is the message returned from a BulkPublishEvent call
- -
 
- -
 
- +
BulkPublishResponse is the message returned from a BulkPublishEvent call
- +
- BulkPublishResponse is the message returned from a BulkPublishEvent call
+ BulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent call
- +
BulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent call
- + +
 
+ +
 
+
- BulkPublishResponseFailedEntry is the message containing the entryID and error of a failed event in BulkPublishEvent call
+ BulkStateItem is the response item for a bulk get operation.
- -
 
- -
 
- +
BulkStateItem is the response item for a bulk get operation.
- + +
 
+ +
+
Protobuf type dapr.proto.runtime.v1.ConversationInput
+
+
-
- BulkStateItem is the response item for a bulk get operation.
+
Protobuf type dapr.proto.runtime.v1.ConversationInput
- +
 
- +
- DecryptRequest is the request for DecryptAlpha1.
+ ConversationRequest is the request object for Conversation.
- +
- DecryptRequest is the request for DecryptAlpha1.
+ ConversationRequest is the request object for Conversation.
- + +
 
+ +
+
+ ConversationResponse is the response for Conversation.
+
+
- DecryptRequestOptions contains options for the first message in the DecryptAlpha1 request.
+ ConversationResponse is the response for Conversation.
- + +
 
+ +
+
+ ConversationResult is the result for one input.
+
+
- DecryptRequestOptions contains options for the first message in the DecryptAlpha1 request.
+ ConversationResult is the result for one input.
- +
 
- -
 
- + +
+
+ DecryptRequest is the request for DecryptAlpha1.
+
+
- DecryptResponse is the response for DecryptAlpha1.
+ DecryptRequest is the request for DecryptAlpha1.
- +
- DecryptResponse is the response for DecryptAlpha1.
+ DecryptRequestOptions contains options for the first message in the DecryptAlpha1 request.
- + +
+
+ DecryptRequestOptions contains options for the first message in the DecryptAlpha1 request.
+
+ +
 
+
 
- +
- DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.
+ DecryptResponse is the response for DecryptAlpha1.
- +
- DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.
+ DecryptResponse is the response for DecryptAlpha1.
- +
 
- +
- DeleteJobRequest is the message to delete the job by name.
+ DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.
- +
- DeleteJobRequest is the message to delete the job by name.
+ DeleteBulkStateRequest is the message to delete a list of key-value states from specific state store.
- +
 
- +
- DeleteJobResponse is the message response to delete the job by name.
+ DeleteJobRequest is the message to delete the job by name.
- +
- DeleteJobResponse is the message response to delete the job by name.
+ DeleteJobRequest is the message to delete the job by name.
- +
 
- +
- DeleteStateRequest is the message to delete key-value states in the specific state store.
+ DeleteJobResponse is the message response to delete the job by name.
- +
- DeleteStateRequest is the message to delete key-value states in the specific state store.
+ DeleteJobResponse is the message response to delete the job by name.
- +
 
- +
- EncryptRequest is the request for EncryptAlpha1.
+ DeleteStateRequest is the message to delete key-value states in the specific state store.
- + +
+
+ DeleteStateRequest is the message to delete key-value states in the specific state store.
+
+ +
 
+
EncryptRequest is the request for EncryptAlpha1.
- +
- EncryptRequestOptions contains options for the first message in the EncryptAlpha1 request.
+ EncryptRequest is the request for EncryptAlpha1.
- +
EncryptRequestOptions contains options for the first message in the EncryptAlpha1 request.
- -
 
- + +
+
+ EncryptRequestOptions contains options for the first message in the EncryptAlpha1 request.
+
+
 
- + +
 
+ +
+
+ EncryptResponse is the response for EncryptAlpha1.
+
+
EncryptResponse is the response for EncryptAlpha1.
- + +
 
+ +
+
+ ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.
+
+
- EncryptResponse is the response for EncryptAlpha1.
+ ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.
- +
 
- +
- ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.
+ ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.
- +
- ExecuteActorStateTransactionRequest is the message to execute multiple operations on a specified actor.
+ ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.
- +
 
- +
- ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.
+ GetActorStateRequest is the message to get key-value states from specific actor.
- +
- ExecuteStateTransactionRequest is the message to execute multiple operations on a specified store.
+ GetActorStateRequest is the message to get key-value states from specific actor.
- +
 
- +
- GetActorStateRequest is the message to get key-value states from specific actor.
+ GetActorStateResponse is the response conveying the actor's state value.
- +
- GetActorStateRequest is the message to get key-value states from specific actor.
+ GetActorStateResponse is the response conveying the actor's state value.
- +
 
- +
- GetActorStateResponse is the response conveying the actor's state value.
+ GetBulkSecretRequest is the message to get the secrets from secret store.
- +
- GetActorStateResponse is the response conveying the actor's state value.
+ GetBulkSecretRequest is the message to get the secrets from secret store.
- +
 
- +
- GetBulkSecretRequest is the message to get the secrets from secret store.
+ GetBulkSecretResponse is the response message to convey the requested secrets.
- +
- GetBulkSecretRequest is the message to get the secrets from secret store.
+ GetBulkSecretResponse is the response message to convey the requested secrets.
- +
 
- +
- GetBulkSecretResponse is the response message to convey the requested secrets.
+ GetBulkStateRequest is the message to get a list of key-value states from specific state store.
- +
- GetBulkSecretResponse is the response message to convey the requested secrets.
+ GetBulkStateRequest is the message to get a list of key-value states from specific state store.
- +
 
- +
- GetBulkStateRequest is the message to get a list of key-value states from specific state store.
+ GetBulkStateResponse is the response conveying the list of state values.

- +
- GetBulkStateRequest is the message to get a list of key-value states from specific state store.
+ GetBulkStateResponse is the response conveying the list of state values.
- +
 
- +
- GetBulkStateResponse is the response conveying the list of state values.
+ GetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
- +
- GetBulkStateResponse is the response conveying the list of state values.
+ GetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
- +
 
- +
- GetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
+ GetConfigurationResponse is the response conveying the list of configuration values.
- +
- GetConfigurationRequest is the message to get a list of key-value configuration from specified configuration store.
+ GetConfigurationResponse is the response conveying the list of configuration values.
- +
 
- +
- GetConfigurationResponse is the response conveying the list of configuration values.
+ GetJobRequest is the message to retrieve a job.
- +
- GetConfigurationResponse is the response conveying the list of configuration values.
+ GetJobRequest is the message to retrieve a job.
- +
 
- +
- GetJobRequest is the message to retrieve a job.
+ GetJobResponse is the message's response for a job retrieved.
- +
- GetJobRequest is the message to retrieve a job.
+ GetJobResponse is the message's response for a job retrieved.
- +
 
- +
- GetJobResponse is the message's response for a job retrieved.
+ GetMetadataRequest is the message for the GetMetadata request.
- +
- GetJobResponse is the message's response for a job retrieved.
+ GetMetadataRequest is the message for the GetMetadata request.
- +
 
- +
- GetMetadataRequest is the message for the GetMetadata request.
+ GetMetadataResponse is a message that is returned on GetMetadata rpc call.
- +
- GetMetadataRequest is the message for the GetMetadata request.
+ GetMetadataResponse is a message that is returned on GetMetadata rpc call.
- +
 
- +
- GetMetadataResponse is a message that is returned on GetMetadata rpc call.
+ GetSecretRequest is the message to get secret from secret store.
- +
- GetMetadataResponse is a message that is returned on GetMetadata rpc call.
+ GetSecretRequest is the message to get secret from secret store.
- +
 
- +
- GetSecretRequest is the message to get secret from secret store.
+ GetSecretResponse is the response message to convey the requested secret.
- +
- GetSecretRequest is the message to get secret from secret store.
+ GetSecretResponse is the response message to convey the requested secret.
- +
 
- +
- GetSecretResponse is the response message to convey the requested secret.
+ GetStateRequest is the message to get key-value states from specific state store.
- +
- GetSecretResponse is the response message to convey the requested secret.
+ GetStateRequest is the message to get key-value states from specific state store.
- +
 
- +
- GetStateRequest is the message to get key-value states from specific state store.
+ GetStateResponse is the response conveying the state value and etag.
- +
- GetStateRequest is the message to get key-value states from specific state store.
+ GetStateResponse is the response conveying the state value and etag.
- +
 
- +
- GetStateResponse is the response conveying the state value and etag.
+ GetWorkflowRequest is the request for GetWorkflowBeta1.
- +
- GetStateResponse is the response conveying the state value and etag.
+ GetWorkflowRequest is the request for GetWorkflowBeta1.
- +
 
- +
- GetWorkflowRequest is the request for GetWorkflowBeta1.
+ GetWorkflowResponse is the response for GetWorkflowBeta1.
- +
- GetWorkflowRequest is the request for GetWorkflowBeta1.
+ GetWorkflowResponse is the response for GetWorkflowBeta1.
- +
 
- +
- GetWorkflowResponse is the response for GetWorkflowBeta1.
+ InvokeActorRequest is the message to call an actor.
- +
- GetWorkflowResponse is the response for GetWorkflowBeta1.
+ InvokeActorRequest is the message to call an actor.
- +
 
- +
- InvokeActorRequest is the message to call an actor.
+ InvokeActorResponse is the method that returns an actor invocation response.
- +
- InvokeActorRequest is the message to call an actor.
+ InvokeActorResponse is the method that returns an actor invocation response.
- +
 
- +
- InvokeActorResponse is the method that returns an actor invocation response.
+ InvokeBindingRequest is the message to send data to output bindings
-
DaprProtos.InvokeActorResponse.Builder
+
DaprProtos.InvokeBindingRequest.Builder
- InvokeActorResponse is the method that returns an actor invocation response.
+ InvokeBindingRequest is the message to send data to output bindings
-
DaprProtos.InvokeActorResponseOrBuilder
+
DaprProtos.InvokeBindingRequestOrBuilder
 
-
DaprProtos.InvokeBindingRequest
+
DaprProtos.InvokeBindingResponse
- InvokeBindingRequest is the message to send data to output bindings
+ InvokeBindingResponse is the message returned from an output binding invocation
-
DaprProtos.InvokeBindingRequest.Builder
+
DaprProtos.InvokeBindingResponse.Builder
- InvokeBindingRequest is the message to send data to output bindings
+ InvokeBindingResponse is the message returned from an output binding invocation
-
DaprProtos.InvokeBindingRequestOrBuilder
+
DaprProtos.InvokeBindingResponseOrBuilder
 
-
DaprProtos.InvokeBindingResponse
+
DaprProtos.InvokeServiceRequest
- InvokeBindingResponse is the message returned from an output binding invocation
+ InvokeServiceRequest represents the request message for Service invocation.
-
DaprProtos.InvokeBindingResponse.Builder
+
DaprProtos.InvokeServiceRequest.Builder
- InvokeBindingResponse is the message returned from an output binding invocation
+ InvokeServiceRequest represents the request message for Service invocation.
-
DaprProtos.InvokeBindingResponseOrBuilder
+
DaprProtos.InvokeServiceRequestOrBuilder
 
-
DaprProtos.InvokeServiceRequest
+
DaprProtos.Job
- InvokeServiceRequest represents the request message for Service invocation.
+ Job is the definition of a job.
-
DaprProtos.InvokeServiceRequest.Builder
+
DaprProtos.Job.Builder
- InvokeServiceRequest represents the request message for Service invocation.
+ Job is the definition of a job.
-
DaprProtos.InvokeServiceRequestOrBuilder
+
DaprProtos.JobOrBuilder
 
-
DaprProtos.Job
+
DaprProtos.MetadataHTTPEndpoint
-
- Job is the definition of a job.
+
Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
-
DaprProtos.Job.Builder
+
DaprProtos.MetadataHTTPEndpoint.Builder
-
- Job is the definition of a job.
+
Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
-
DaprProtos.JobOrBuilder
+
DaprProtos.MetadataHTTPEndpointOrBuilder
 
-
DaprProtos.MetadataHTTPEndpoint
+
DaprProtos.MetadataScheduler
-
Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
+
+ MetadataScheduler is a message that contains the list of addresses of the + scheduler connections.
-
DaprProtos.MetadataHTTPEndpoint.Builder
+
DaprProtos.MetadataScheduler.Builder
-
Protobuf type dapr.proto.runtime.v1.MetadataHTTPEndpoint
+
+ MetadataScheduler is a message that contains the list of addresses of the + scheduler connections.
-
DaprProtos.MetadataHTTPEndpointOrBuilder
+
DaprProtos.MetadataSchedulerOrBuilder
 
DaprProtos.PauseWorkflowRequest
@@ -2015,32 +2098,49 @@

All Classes and Interfaces<
RepositoryConfigurationExtension for Dapr-based repositories.
- -
 
- -
-
Class to be used as part of your service's client stub interceptor to include timeout.
+ +
+
Test container for Dapr scheduler service.
- + +
 
+
-
Injects tracing headers to gRPC metadata.
+
Class to be used as part of your service's client stub interceptor to include timeout.
- +
+
Injects tracing headers to gRPC metadata.
+
+ +
Defines client operations for managing Dapr Workflow instances.
- + +
 
+ +
+
A utility class for converting event to bytes based on content type or given serializer.
+
+ +
+
Default serializer/deserializer for request/response objects and for state objects too.
+
+
 
- +
-
A utility class for converting event to bytes based on content type or given serializer.
+
Represents a workflow failure details.
- +
-
Default serializer/deserializer for request/response objects and for state objects too.
+
Represents a snapshot of a workflow instance's current state, including + metadata.
+
+ +
+
Represents a request to schedule a job in Dapr.
- -
 
A request to delete a state by key.
@@ -2077,6 +2177,14 @@

All Classes and Interfaces<
Request to get one or more configuration items from Dapr's configuration store.
+ +
+
Represents a request to schedule a job in Dapr.
+
+ +
+
Represents a request to schedule a job in Dapr.
+
A request to get a secret by key.
@@ -2119,8 +2227,14 @@

All Classes and Interfaces<
A request to invoke a service.
- -
 
+ +
+
Represents a job schedule using cron expressions or fixed intervals.
+
+ +
 
+ +
 
A request to lock.
@@ -2205,6 +2319,14 @@

All Classes and Interfaces<
A request to save states to state store.
+ +
+
Represents a request to schedule a job in Dapr.
+
+ +
+
Integer configuration property.
+
 
@@ -2327,12 +2449,12 @@

All Classes and Interfaces< durable timers, waiting for external events, and for getting basic information about the current workflow instance.

- -
+ +
Represents a workflow failure details.
- -
+ +
Represents a snapshot of a workflow instance's current state, including metadata.
@@ -2342,26 +2464,32 @@

All Classes and Interfaces<

 
- +
Enum describing the runtime status of a workflow.
- -
 
- -
 
- + +
 
+ +
 
+
 
- +
 
- +
 
- -
+ +
 
+ +
 
+ +
 
+ +
Factory for creating a YAML mapper.
- -
+ +
Configuration settings for Zipkin tracing.
diff --git a/docs/allpackages-index.html b/docs/allpackages-index.html index d0e4c60a29..b027aad442 100644 --- a/docs/allpackages-index.html +++ b/docs/allpackages-index.html @@ -1,11 +1,11 @@ - -All Packages (dapr-sdk-parent 1.14.2 API) + +All Packages (dapr-sdk-parent 1.15.0 API) - + diff --git a/docs/constant-values.html b/docs/constant-values.html index 4b94b3247e..2c55d620d6 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -1,11 +1,11 @@ - -Constant Field Values (dapr-sdk-parent 1.14.2 API) + +Constant Field Values (dapr-sdk-parent 1.15.0 API) - + @@ -148,6 +148,28 @@

io.dapr.*

+
  • + +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final int
    + +
    1
    +
    +
  • +
  • Modifier and Type
    diff --git a/docs/dapr-sdk-workflows/allclasses-index.html b/docs/dapr-sdk-workflows/allclasses-index.html index f77ad9dd64..303018c65c 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.2 API) + +All Classes and Interfaces (dapr-sdk-workflows 0.15.0 API) - + @@ -69,6 +69,15 @@

    All Classes and Interfaces<

     
    + +
    +
    Represents a workflow failure details.
    +
    + +
    +
    Represents a snapshot of a workflow instance's current state, including + metadata.
    +
    Options for starting a new instance of a workflow.
    @@ -97,12 +106,12 @@

    All Classes and Interfaces< durable timers, waiting for external events, and for getting basic information about the current workflow instance.

  • - -
    + +
    Represents a workflow failure details.
    - -
    + +
    Represents a snapshot of a workflow instance's current state, including metadata.
    @@ -112,18 +121,24 @@

    All Classes and Interfaces<

     
    - +
    Enum describing the runtime status of a workflow.
    - + +
     
    + +
     
    + +
     
    + +
     
    +
     
    - +
     
    - +
     
    - -
     

    diff --git a/docs/dapr-sdk-workflows/allpackages-index.html b/docs/dapr-sdk-workflows/allpackages-index.html index 9f6436b2ba..9d3dfbd198 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.2 API) + +All Packages (dapr-sdk-workflows 0.15.0 API) - + diff --git a/docs/dapr-sdk-workflows/help-doc.html b/docs/dapr-sdk-workflows/help-doc.html index 6b7d1acc7f..5526ac2f4e 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.2 API) + +API Help (dapr-sdk-workflows 0.15.0 API) - + diff --git a/docs/dapr-sdk-workflows/index-all.html b/docs/dapr-sdk-workflows/index-all.html index 094cae01ca..127fb5da04 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.2 API) + +Index (dapr-sdk-workflows 0.15.0 API) - + @@ -51,7 +51,7 @@

    Index

    -A B C D F G I N P R S T V W 
    All Classes and Interfaces|All Packages +A B C D F G H I N P R S T V W 
    All Classes and Interfaces|All Packages

    A

    allOf(List<Task<V>>) - Method in class io.dapr.workflows.runtime.DefaultWorkflowContext
    @@ -62,7 +62,7 @@

    A

    Returns a new Task that is completed when all the given Tasks complete.
    -
    anyOf(Task<?>...) - Method in interface io.dapr.workflows.WorkflowContext
    +
    anyOf(Task<?>...) - Method in interface io.dapr.workflows.WorkflowContext
    Returns a new Task that is completed when any of the given Tasks complete.
    @@ -76,7 +76,7 @@

    A

    ApiTokenClientInterceptor - Class in io.dapr.workflows.internal
     
    -
    ApiTokenClientInterceptor() - Constructor for class io.dapr.workflows.internal.ApiTokenClientInterceptor
    +
    ApiTokenClientInterceptor(Properties) - Constructor for class io.dapr.workflows.internal.ApiTokenClientInterceptor
     

    B

    @@ -163,7 +163,7 @@

    C

    Asynchronously invokes another workflow as a child-workflow and returns a Task that completes when the child-workflow completes.
    -
    CANCELED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    CANCELED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow was abruptly cancelled via a management API call.
    @@ -180,7 +180,7 @@

    C

    Completes the current workflow.
    -
    COMPLETED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    COMPLETED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow completed normally.
    @@ -200,7 +200,7 @@

    C

    Restarts the orchestration with a new input and clears its history.
    -
    CONTINUED_AS_NEW - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    CONTINUED_AS_NEW - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow is continued as new.
    @@ -212,8 +212,6 @@

    C

    Executes the workflow logic.
    -
    createTaskHub(boolean) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    -
     
    createTimer(Duration) - Method in class io.dapr.workflows.runtime.DefaultWorkflowContext
    Creates a durable timer that expires after the specified delay.
    @@ -222,6 +220,8 @@

    C

    Creates a durable timer that expires after the specified delay.
    +
    createTimer(ZonedDateTime) - Method in class io.dapr.workflows.runtime.DefaultWorkflowContext
    +
     
    createTimer(ZonedDateTime) - Method in interface io.dapr.workflows.WorkflowContext
    Creates a durable timer that expires after the specified timestamp with specific zone.
    @@ -243,33 +243,52 @@

    D

    DefaultWorkflowContext - Class in io.dapr.workflows.runtime
     
    -
    DefaultWorkflowContext(TaskOrchestrationContext) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    +
    DefaultWorkflowContext(TaskOrchestrationContext) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    Constructor for DaprWorkflowContextImpl.
    -
    DefaultWorkflowContext(TaskOrchestrationContext, Logger) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    +
    DefaultWorkflowContext(TaskOrchestrationContext, Logger) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowContext
    Constructor for DaprWorkflowContextImpl.
    -
    deleteTaskHub() - Method in class io.dapr.workflows.client.DaprWorkflowClient
    -
     
    +
    DefaultWorkflowFailureDetails - Class in io.dapr.workflows.runtime
    +
    +
    Represents a workflow failure details.
    +
    +
    DefaultWorkflowFailureDetails(FailureDetails) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    +
    +
    Class constructor.
    +
    +
    DefaultWorkflowInstanceStatus - Class in io.dapr.workflows.runtime
    +
    +
    Represents a snapshot of a workflow instance's current state, including + metadata.
    +
    +
    DefaultWorkflowInstanceStatus(OrchestrationMetadata) - Constructor for class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Class constructor.
    +

    F

    -
    FAILED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    FAILED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow completed with an unhandled exception.
    -
    fromOrchestrationRuntimeStatus(OrchestrationRuntimeStatus) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    fromOrchestrationRuntimeStatus(OrchestrationRuntimeStatus) - Static method in class io.dapr.workflows.runtime.WorkflowRuntimeStatusConverter
    -
    Convert runtime OrchestrationRuntimeStatus to WorkflowRuntimeStatus.
    +
    Converts an OrchestrationRuntimeStatus to a WorkflowRuntimeStatus.

    G

    getBackoffCoefficient() - Method in class io.dapr.workflows.WorkflowTaskRetryPolicy
     
    -
    getCreatedAt() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getCreatedAt() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the workflow instance's creation time in UTC.
    +
    +
    getCreatedAt() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the workflow instance's creation time in UTC.
    @@ -281,15 +300,27 @@

    G

    Gets the current orchestration time in UTC.
    -
    getErrorMessage() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    getErrorMessage() - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    Gets the error message.
    -
    getErrorType() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    getErrorMessage() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    +
    +
    Gets the error message.
    +
    +
    getErrorType() - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    +
    +
    Gets the error type, which is the namespace-qualified exception type name.
    +
    +
    getErrorType() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    Gets the error type, which is the namespace-qualified exception type name.
    -
    getFailureDetails() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getFailureDetails() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the failure details, if any, for the failed workflow instance.
    +
    +
    getFailureDetails() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the failure details, if any, for the failed workflow instance.
    @@ -313,7 +344,7 @@

    G

    Gets the instance ID of the new workflow.
    -
    getInstanceId() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getInstanceId() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the unique ID of the workflow instance.
    @@ -321,6 +352,10 @@

    G

    Gets the instance ID of the current workflow.
    +
    getInstanceId() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the unique ID of the workflow instance.
    +
    getInstanceId() - Method in interface io.dapr.workflows.WorkflowContext
    Gets the instance ID of the current workflow.
    @@ -329,7 +364,19 @@

    G

    Fetches workflow instance metadata from the configured durable store.
    -
    getLastUpdatedAt() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getLastAttemptNumber() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the previous retry attempt number.
    +
    +
    getLastFailure() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the details of the previous task failure, including the exception type, message, and callstack.
    +
    +
    getLastUpdatedAt() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the workflow instance's last updated time in UTC.
    +
    +
    getLastUpdatedAt() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the workflow instance's last updated time in UTC.
    @@ -345,7 +392,7 @@

    G

     
    getMaxRetryInterval() - Method in class io.dapr.workflows.WorkflowTaskRetryPolicy
     
    -
    getName() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getName() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the name of the workflow.
    @@ -353,6 +400,10 @@

    G

    Gets the name of the current workflow.
    +
    getName() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the name of the workflow.
    +
    getName() - Method in class io.dapr.workflows.runtime.WorkflowActivityClassWrapper
     
    getName() - Method in class io.dapr.workflows.runtime.WorkflowActivityInstanceWrapper
    @@ -363,26 +414,43 @@

    G

    Gets the name of the current workflow.
    -
    getNewOrchestrationInstanceOptions() - Method in class io.dapr.workflows.client.NewWorkflowOptions
    +
    getRetryHandler() - Method in class io.dapr.workflows.WorkflowTaskOptions
     
    getRetryPolicy() - Method in class io.dapr.workflows.WorkflowTaskOptions
     
    getRetryTimeout() - Method in class io.dapr.workflows.WorkflowTaskRetryPolicy
     
    -
    getRuntimeStatus() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getRuntimeStatus() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the current runtime status of the workflow instance at the time this object was fetched.
    -
    getSerializedInput() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getRuntimeStatus() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the current runtime status of the workflow instance at the time this + object was fetched.
    +
    +
    getSerializedInput() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Gets the workflow instance's serialized input, if any, as a string value.
    -
    getSerializedOutput() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    getSerializedInput() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Gets the workflow instance's serialized input, if any, as a string value.
    +
    +
    getSerializedOutput() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets the workflow instance's serialized output, if any, as a string value.
    +
    +
    getSerializedOutput() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets the workflow instance's serialized output, if any, as a string value.
    -
    getStackTrace() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    getStackTrace() - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    +
    +
    Gets the stack trace.
    +
    +
    getStackTrace() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    Gets the stack trace.
    @@ -390,10 +458,25 @@

    G

    Gets the configured start time of the new workflow instance.
    +
    getTotalRetryTime() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the total amount of time spent in a retry loop for the current task.
    +
    getVersion() - Method in class io.dapr.workflows.client.NewWorkflowOptions
    Gets the user-specified version of the new workflow.
    +
    getWorkflowContext() - Method in class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Gets the context of the current workflow.
    +
    +
    +

    H

    +
    +
    handle(WorkflowTaskRetryContext) - Method in interface io.dapr.workflows.WorkflowTaskRetryHandler
    +
    +
    Invokes retry handler logic.
    +

    I

    @@ -407,7 +490,20 @@

    I

     
    io.dapr.workflows.runtime - package io.dapr.workflows.runtime
     
    -
    isCompleted() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    isCausedBy(Class<? extends Exception>) - Method in interface io.dapr.workflows.client.WorkflowFailureDetails
    +
    +
    Checks whether the failure was caused by the provided exception class.
    +
    +
    isCausedBy(Class<? extends Exception>) - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
    +
    +
    Checks whether the failure was caused by the provided exception class.
    +
    +
    isCompleted() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets a value indicating whether the workflow instance was completed at the + time this object was fetched.
    +
    +
    isCompleted() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets a value indicating whether the workflow instance was completed at the time this object was fetched.
    @@ -418,7 +514,12 @@

    I

    Gets a value indicating whether the workflow is currently replaying a previous execution.
    -
    isRunning() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    isRunning() - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Gets a value indicating whether the workflow instance was running at the time + this object was fetched.
    +
    +
    isRunning() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Gets a value indicating whether the workflow instance was running at the time this object was fetched.
    @@ -445,7 +546,7 @@

    N

    P

    -
    PENDING - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    PENDING - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow was scheduled but hasn't started running.
    @@ -460,11 +561,19 @@

    R

    Sends an event notification message to awaiting workflow instance.
    -
    readInputAs(Class<T>) - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    readInputAs(Class<T>) - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    Deserializes the workflow's input into an object of the specified type.
    -
    readOutputAs(Class<T>) - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    readInputAs(Class<T>) - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    +
    +
    Deserializes the workflow's input into an object of the specified type.
    +
    +
    readOutputAs(Class<T>) - Method in interface io.dapr.workflows.client.WorkflowInstanceStatus
    +
    +
    Deserializes the workflow's output into an object of the specified type.
    +
    +
    readOutputAs(Class<T>) - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Deserializes the workflow's output into an object of the specified type.
    @@ -484,6 +593,10 @@

    R

    Registers a Workflow object.
    +
    resumeWorkflow(String, String) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    +
    +
    Resume the workflow associated with the provided instance id.
    +
    run(WorkflowActivityContext) - Method in interface io.dapr.workflows.WorkflowActivity
    Executes the activity logic and returns a value which will be serialized and @@ -495,7 +608,7 @@

    R

    run(WorkflowContext) - Method in interface io.dapr.workflows.WorkflowStub
     
    -
    RUNNING - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    RUNNING - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow started running.
    @@ -562,14 +675,18 @@

    S

    Start the Workflow runtime processing items.
    -
    SUSPENDED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    SUSPENDED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow was suspended.
    +
    suspendWorkflow(String, String) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    +
    +
    Suspend the workflow associated with the provided instance id.
    +

    T

    -
    TERMINATED - Enum constant in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    TERMINATED - Enum constant in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    The workflow was abruptly terminated via a management API call.
    @@ -577,17 +694,9 @@

    T

    Terminates the workflow associated with the provided instance id.
    -
    toOrchestrationRuntimeStatus(WorkflowRuntimeStatus) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    -
    -
    Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.
    -
    -
    toOrchestrationRuntimeStatus(List<WorkflowRuntimeStatus>) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    -
    -
    Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.
    -
    -
    toString() - Method in class io.dapr.workflows.client.WorkflowFailureDetails
    +
    toString() - Method in class io.dapr.workflows.runtime.DefaultWorkflowFailureDetails
     
    -
    toString() - Method in class io.dapr.workflows.client.WorkflowInstanceStatus
    +
    toString() - Method in class io.dapr.workflows.runtime.DefaultWorkflowInstanceStatus
    Generates a user-friendly string representation of the current metadata object.
    @@ -595,11 +704,11 @@

    T

    V

    -
    valueOf(String) - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    valueOf(String) - Static method in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    Returns the enum constant of this type with the specified name.
    -
    values() - Static method in enum io.dapr.workflows.runtime.WorkflowRuntimeStatus
    +
    values() - Static method in enum io.dapr.workflows.client.WorkflowRuntimeStatus
    Returns an array containing the constants of this enum type, in the order they are declared.
    @@ -646,15 +755,19 @@

    W

    waitForInstanceCompletion(String, Duration, boolean) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    -
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains +
    Waits for an workflow to complete and returns an WorkflowInstanceStatus object that contains metadata about the completed instance.
    waitForInstanceStart(String, Duration, boolean) - Method in class io.dapr.workflows.client.DaprWorkflowClient
    Waits for an workflow to start running and returns an - WorkflowInstanceStatus object that contains metadata about the started + WorkflowInstanceStatus object that contains metadata about the started instance and optionally its input, output, and custom status payloads.
    +
    withExecutorService(ExecutorService) - Method in class io.dapr.workflows.runtime.WorkflowRuntimeBuilder
    +
    +
    Register Executor Service to use with workflow.
    +
    Workflow - Interface in io.dapr.workflows
    Common interface for workflow implementations.
    @@ -687,29 +800,23 @@

    W

    durable timers, waiting for external events, and for getting basic information about the current workflow instance.
    -
    WorkflowFailureDetails - Class in io.dapr.workflows.client
    +
    WorkflowFailureDetails - Interface in io.dapr.workflows.client
    Represents a workflow failure details.
    -
    WorkflowFailureDetails(FailureDetails) - Constructor for class io.dapr.workflows.client.WorkflowFailureDetails
    -
    -
    Class constructor.
    -
    -
    WorkflowInstanceStatus - Class in io.dapr.workflows.client
    +
    WorkflowInstanceStatus - Interface in io.dapr.workflows.client
    Represents a snapshot of a workflow instance's current state, including metadata.
    -
    WorkflowInstanceStatus(OrchestrationMetadata) - Constructor for class io.dapr.workflows.client.WorkflowInstanceStatus
    -
    -
    Class constructor.
    -
    WorkflowRuntime - Class in io.dapr.workflows.runtime
    Contains methods to register workflows and activities.
    -
    WorkflowRuntime(DurableTaskGrpcWorker) - Constructor for class io.dapr.workflows.runtime.WorkflowRuntime
    -
     
    +
    WorkflowRuntime(DurableTaskGrpcWorker, ManagedChannel, ExecutorService) - Constructor for class io.dapr.workflows.runtime.WorkflowRuntime
    +
    +
    Constructor.
    +
    WorkflowRuntimeBuilder - Class in io.dapr.workflows.runtime
     
    WorkflowRuntimeBuilder() - Constructor for class io.dapr.workflows.runtime.WorkflowRuntimeBuilder
    @@ -722,16 +829,30 @@

    W

    WorkflowRuntimeBuilder(Logger) - Constructor for class io.dapr.workflows.runtime.WorkflowRuntimeBuilder
     
    -
    WorkflowRuntimeStatus - Enum in io.dapr.workflows.runtime
    +
    WorkflowRuntimeStatus - Enum in io.dapr.workflows.client
    Enum describing the runtime status of a workflow.
    +
    WorkflowRuntimeStatusConverter - Class in io.dapr.workflows.runtime
    +
     
    WorkflowStub - Interface in io.dapr.workflows
     
    WorkflowTaskOptions - Class in io.dapr.workflows
     
    +
    WorkflowTaskOptions(WorkflowTaskRetryHandler) - Constructor for class io.dapr.workflows.WorkflowTaskOptions
    +
     
    WorkflowTaskOptions(WorkflowTaskRetryPolicy) - Constructor for class io.dapr.workflows.WorkflowTaskOptions
     
    +
    WorkflowTaskOptions(WorkflowTaskRetryPolicy, WorkflowTaskRetryHandler) - Constructor for class io.dapr.workflows.WorkflowTaskOptions
    +
     
    +
    WorkflowTaskRetryContext - Class in io.dapr.workflows
    +
     
    +
    WorkflowTaskRetryContext(DefaultWorkflowContext, int, WorkflowFailureDetails, Duration) - Constructor for class io.dapr.workflows.WorkflowTaskRetryContext
    +
    +
    Constructor for WorkflowTaskRetryContext.
    +
    +
    WorkflowTaskRetryHandler - Interface in io.dapr.workflows
    +
     
    WorkflowTaskRetryPolicy - Class in io.dapr.workflows
     
    WorkflowTaskRetryPolicy(Integer, Duration, Double, Duration, Duration) - Constructor for class io.dapr.workflows.WorkflowTaskRetryPolicy
    @@ -741,7 +862,7 @@

    W

    WorkflowTaskRetryPolicy.Builder - Class in io.dapr.workflows
     
    -A B C D F G I N P R S T V W 
    All Classes and Interfaces|All Packages +A B C D F G H I N P R S T V W 
    All Classes and Interfaces|All Packages