Uses of Interface
org.apache.camel.builder.endpoint.dsl.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder
Packages that use DaprEndpointBuilderFactory.DaprEndpointProducerBuilder
-
Uses of DaprEndpointBuilderFactory.DaprEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of DaprEndpointBuilderFactory.DaprEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Dapr component.Methods in org.apache.camel.builder.endpoint.dsl that return DaprEndpointBuilderFactory.DaprEndpointProducerBuilderModifier and TypeMethodDescriptionDaprEndpointBuilderFactory.AdvancedDaprEndpointProducerBuilder.basic()DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.bindingName(String bindingName) The name of the Dapr binding to invoke.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.bindingOperation(String bindingOperation) The operation to perform on the binding.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.client(io.dapr.client.DaprClient client) The Dapr Client.The Dapr Client.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.concurrency(io.dapr.client.domain.StateOptions.Concurrency concurrency) Concurrency mode to use with state operations.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.concurrency(String concurrency) Concurrency mode to use with state operations.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.configKeys(String configKeys) List of keys for configuration operation.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.configStore(String configStore) The name of the Dapr configuration store to interact with, defined in statestore.yaml config.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.consistency(io.dapr.client.domain.StateOptions.Consistency consistency) Consistency level to use with state operations.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.consistency(String consistency) Consistency level to use with state operations.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.contentType(String contentType) The contentType for the Pub/Sub component to use.The eTag for optimistic concurrency during state save or delete operations.The name of the event.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.expiryInSeconds(Integer expiryInSeconds) The expiry time in seconds for the lock.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.expiryInSeconds(String expiryInSeconds) The expiry time in seconds for the lock.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.getWorkflowIO(boolean getWorkflowIO) Set true to fetch the workflow instance's inputs, outputs, and custom status, or false to omit.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.getWorkflowIO(String getWorkflowIO) Set true to fetch the workflow instance's inputs, outputs, and custom status, or false to omit.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.httpExtension(io.dapr.client.domain.HttpExtension httpExtension) HTTP method to use when invoking the service.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.httpExtension(String httpExtension) HTTP method to use when invoking the service.The key used to identify the state/secret object within the specified state/secret store.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.lockOperation(String lockOperation) The lock operation to perform on the store.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.lockOperation(org.apache.camel.component.dapr.LockOperation lockOperation) The lock operation to perform on the store.The lock owner identifier for the lock.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.methodToInvoke(String methodToInvoke) The name of the method or route to invoke on the target service.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.previewClient(io.dapr.client.DaprPreviewClient previewClient) The Dapr Preview Client.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.previewClient(String previewClient) The Dapr Preview Client.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.pubSubName(String pubSubName) The name of the Dapr Pub/Sub component to use.Reason for suspending/resuming the workflow instance.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.resourceId(String resourceId) The resource Id for the lock.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.secretStore(String secretStore) The name of the Dapr secret store to interact with, defined in local-secret-store.yaml config.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.serviceToInvoke(String serviceToInvoke) Target service to invoke.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.stateOperation(String stateOperation) The state operation to perform on the state store.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.stateOperation(org.apache.camel.component.dapr.StateOperation stateOperation) The state operation to perform on the state store.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.stateStore(String stateStore) The name of the Dapr state store to interact with, defined in statestore.yaml config.The lock store name.The amount of time to wait for the workflow instance to start/complete.The amount of time to wait for the workflow instance to start/complete.The name of the topic to subscribe to.The HTTP verb to use for invoking the method.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.workflowClass(String workflowClass) The FQCN of the class which implements io.dapr.workflows.Workflow.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.workflowClient(io.dapr.workflows.client.DaprWorkflowClient workflowClient) The Dapr Workflow Client.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.workflowClient(String workflowClient) The Dapr Workflow Client.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.workflowInstanceId(String workflowInstanceId) The instance ID of the workflow.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.workflowOperation(String workflowOperation) The workflow operation to perform.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.workflowOperation(org.apache.camel.component.dapr.WorkflowOperation workflowOperation) The workflow operation to perform.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.workflowStartTime(String workflowStartTime) The start time of the new workflow.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.workflowStartTime(Instant workflowStartTime) The start time of the new workflow.DaprEndpointBuilderFactory.DaprEndpointProducerBuilder.workflowVersion(String workflowVersion) The version of the workflow to start.