Interface DaprEndpointBuilderFactory.DaprBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
DaprEndpointBuilderFactory

public static interface DaprEndpointBuilderFactory.DaprBuilders
  • Method Details

    • dapr

      Dapr (camel-dapr) Dapr component which interfaces with Dapr Building Blocks. Category: cloud,saas Since: 4.12 Maven coordinates: org.apache.camel:camel-dapr
      Returns:
      the dsl builder for the headers' name.
    • dapr

      Dapr (camel-dapr) Dapr component which interfaces with Dapr Building Blocks. Category: cloud,saas Since: 4.12 Maven coordinates: org.apache.camel:camel-dapr Syntax: dapr:operation Path parameter: operation (required) The Dapr building block operation to perform with this component There are 8 enums and the value can be one of: invokeService, state, pubSub, invokeBinding, secret, configuration, lock, workflow
      Parameters:
      path - operation
      Returns:
      the dsl builder
    • dapr

      default DaprEndpointBuilderFactory.DaprEndpointBuilder dapr(String componentName, String path)
      Dapr (camel-dapr) Dapr component which interfaces with Dapr Building Blocks. Category: cloud,saas Since: 4.12 Maven coordinates: org.apache.camel:camel-dapr Syntax: dapr:operation Path parameter: operation (required) The Dapr building block operation to perform with this component There are 8 enums and the value can be one of: invokeService, state, pubSub, invokeBinding, secret, configuration, lock, workflow
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - operation
      Returns:
      the dsl builder