Uses of Interface
org.apache.camel.builder.component.dsl.DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder
Packages that use DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder
-
Uses of DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return DatasetTestComponentBuilderFactory.DatasetTestComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.datasetTest()DataSet Test (camel-dataset) Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies. -
Uses of DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement DatasetTestComponentBuilderFactory.DatasetTestComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return DatasetTestComponentBuilderFactory.DatasetTestComponentBuilderModifier and TypeMethodDescriptionDatasetTestComponentBuilderFactory.DatasetTestComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.DatasetTestComponentBuilderFactory.datasetTest()DataSet Test (camel-dataset) Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies.DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder.exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter) Sets a custom ExchangeFormatter to convert the Exchange to a String suitable for logging.DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder.log(boolean log) To turn on logging when the mock receives an incoming message.