Uses of Interface
org.apache.camel.builder.component.dsl.SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder
Packages that use SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder
-
Uses of SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SpringBatchComponentBuilderFactory.SpringBatchComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.springBatch()Spring Batch (camel-spring-batch) Send messages to Spring Batch for further processing. -
Uses of SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SpringBatchComponentBuilderFactory.SpringBatchComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return SpringBatchComponentBuilderFactory.SpringBatchComponentBuilderModifier and TypeMethodDescriptionSpringBatchComponentBuilderFactory.SpringBatchComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder.jobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher) Explicitly specifies a JobLauncher to be used.SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder.jobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry) Explicitly specifies a JobRegistry to be used.SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SpringBatchComponentBuilderFactory.springBatch()Spring Batch (camel-spring-batch) Send messages to Spring Batch for further processing.