Uses of Interface
org.apache.camel.builder.component.dsl.DaprComponentBuilderFactory.DaprComponentBuilder
Packages that use DaprComponentBuilderFactory.DaprComponentBuilder
-
Uses of DaprComponentBuilderFactory.DaprComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return DaprComponentBuilderFactory.DaprComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.dapr()Dapr (camel-dapr) Dapr component which interfaces with Dapr Building Blocks. -
Uses of DaprComponentBuilderFactory.DaprComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement DaprComponentBuilderFactory.DaprComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return DaprComponentBuilderFactory.DaprComponentBuilderModifier and TypeMethodDescriptionDaprComponentBuilderFactory.DaprComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.DaprComponentBuilderFactory.DaprComponentBuilder.bindingName(String bindingName) The name of the Dapr binding to invoke.DaprComponentBuilderFactory.DaprComponentBuilder.bindingOperation(String bindingOperation) The operation to perform on the binding.DaprComponentBuilderFactory.DaprComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.DaprComponentBuilderFactory.DaprComponentBuilder.client(io.dapr.client.DaprClient client) The Dapr Client.DaprComponentBuilderFactory.DaprComponentBuilder.concurrency(io.dapr.client.domain.StateOptions.Concurrency concurrency) Concurrency mode to use with state operations.DaprComponentBuilderFactory.DaprComponentBuilder.configKeys(String configKeys) List of keys for configuration operation.DaprComponentBuilderFactory.DaprComponentBuilder.configStore(String configStore) The name of the Dapr configuration store to interact with, defined in statestore.yaml config.DaprComponentBuilderFactory.DaprComponentBuilder.configuration(org.apache.camel.component.dapr.DaprConfiguration configuration) The component configurations.DaprComponentBuilderFactory.DaprComponentBuilder.consistency(io.dapr.client.domain.StateOptions.Consistency consistency) Consistency level to use with state operations.DaprComponentBuilderFactory.DaprComponentBuilder.contentType(String contentType) The contentType for the Pub/Sub component to use.DaprComponentBuilderFactory.dapr()Dapr (camel-dapr) Dapr component which interfaces with Dapr Building Blocks.The eTag for optimistic concurrency during state save or delete operations.The name of the event.DaprComponentBuilderFactory.DaprComponentBuilder.expiryInSeconds(Integer expiryInSeconds) The expiry time in seconds for the lock.DaprComponentBuilderFactory.DaprComponentBuilder.getWorkflowIO(boolean getWorkflowIO) Set true to fetch the workflow instance's inputs, outputs, and custom status, or false to omit.DaprComponentBuilderFactory.DaprComponentBuilder.httpExtension(io.dapr.client.domain.HttpExtension httpExtension) HTTP method to use when invoking the service.The key used to identify the state/secret object within the specified state/secret store.DaprComponentBuilderFactory.DaprComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).DaprComponentBuilderFactory.DaprComponentBuilder.lockOperation(org.apache.camel.component.dapr.LockOperation lockOperation) The lock operation to perform on the store.The lock owner identifier for the lock.DaprComponentBuilderFactory.DaprComponentBuilder.methodToInvoke(String methodToInvoke) The name of the method or route to invoke on the target service.DaprComponentBuilderFactory.DaprComponentBuilder.previewClient(io.dapr.client.DaprPreviewClient previewClient) The Dapr Preview Client.DaprComponentBuilderFactory.DaprComponentBuilder.pubSubName(String pubSubName) The name of the Dapr Pub/Sub component to use.Reason for suspending/resuming the workflow instance.DaprComponentBuilderFactory.DaprComponentBuilder.resourceId(String resourceId) The resource Id for the lock.DaprComponentBuilderFactory.DaprComponentBuilder.secretStore(String secretStore) The name of the Dapr secret store to interact with, defined in local-secret-store.yaml config.DaprComponentBuilderFactory.DaprComponentBuilder.serviceToInvoke(String serviceToInvoke) Target service to invoke.DaprComponentBuilderFactory.DaprComponentBuilder.stateOperation(org.apache.camel.component.dapr.StateOperation stateOperation) The state operation to perform on the state store.DaprComponentBuilderFactory.DaprComponentBuilder.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 name of the topic to subscribe to.The HTTP verb to use for invoking the method.DaprComponentBuilderFactory.DaprComponentBuilder.workflowClass(String workflowClass) The FQCN of the class which implements io.dapr.workflows.Workflow.DaprComponentBuilderFactory.DaprComponentBuilder.workflowClient(io.dapr.workflows.client.DaprWorkflowClient workflowClient) The Dapr Workflow Client.DaprComponentBuilderFactory.DaprComponentBuilder.workflowInstanceId(String workflowInstanceId) The instance ID of the workflow.DaprComponentBuilderFactory.DaprComponentBuilder.workflowOperation(org.apache.camel.component.dapr.WorkflowOperation workflowOperation) The workflow operation to perform.DaprComponentBuilderFactory.DaprComponentBuilder.workflowStartTime(Instant workflowStartTime) The start time of the new workflow.DaprComponentBuilderFactory.DaprComponentBuilder.workflowVersion(String workflowVersion) The version of the workflow to start.