Interface OnceEndpointBuilderFactory.OnceBuilders

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

public static interface OnceEndpointBuilderFactory.OnceBuilders
  • Method Details

    • once

      Once (camel-once) Trigger a single message only once at startup (useful for development and testing purposes). Category: core,scheduling Since: 4.17 Maven coordinates: org.apache.camel:camel-once Syntax: once:name Path parameter: name (required) The logical name
      Parameters:
      path - name
      Returns:
      the dsl builder
    • once

      default OnceEndpointBuilderFactory.OnceEndpointBuilder once(String componentName, String path)
      Once (camel-once) Trigger a single message only once at startup (useful for development and testing purposes). Category: core,scheduling Since: 4.17 Maven coordinates: org.apache.camel:camel-once Syntax: once:name Path parameter: name (required) The logical name
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - name
      Returns:
      the dsl builder