Interface MasterComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface MasterComponentBuilderFactory
Have only a single consumer in a cluster consuming from a given endpoint;
with automatic failover if the JVM dies.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder for the Master component.static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionmaster()
Master (camel-master) Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies.
-
Method Details
-
master
Master (camel-master) Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies. Category: clustering Since: 2.20 Maven coordinates: org.apache.camel:camel-master- Returns:
- the dsl builder
-