Uses of Interface
org.apache.camel.builder.component.dsl.SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder
-
Packages that use SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder Modifier and Type Method Description static SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder
ComponentsBuilderFactory. 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.SpringBatchComponentBuilder Modifier and Type Class Description static class
SpringBatchComponentBuilderFactory.SpringBatchComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder Modifier and Type Method Description default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder
SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder
SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder. jobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher)
Explicitly specifies a JobLauncher to be used.default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder
SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder. jobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry)
Explicitly specifies a JobRegistry to be used.default SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder
SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).static SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder
SpringBatchComponentBuilderFactory. springBatch()
Spring Batch (camel-spring-batch) Send messages to Spring Batch for further processing.
-