Interface OnceComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface OnceComponentBuilderFactory
Trigger a single message only once at startup (useful for development and
testing purposes).
Generated by camel build tools - do NOT edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for the Once component.static class -
Method Summary
Static MethodsModifier and TypeMethodDescriptiononce()Once (camel-once) Trigger a single message only once at startup (useful for development and testing purposes).
-
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- Returns:
- the dsl builder
-