Uses of Interface
org.apache.camel.builder.endpoint.dsl.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder
Packages that use DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder
-
Uses of DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.datasetTest(String path) DataSet Test (camel-dataset) Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies.StaticEndpointBuilders.datasetTest(String componentName, String path) DataSet Test (camel-dataset) Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies. -
Uses of DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilderModifier and TypeMethodDescriptionDataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.anyOrder(boolean anyOrder) Whether the expected messages should arrive in the same order or can be in any order.Whether the expected messages should arrive in the same order or can be in any order.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.assertPeriod(long assertPeriod) Sets a grace period after which the mock will re-assert to ensure the preliminary assertion is still valid.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.assertPeriod(String assertPeriod) Sets a grace period after which the mock will re-assert to ensure the preliminary assertion is still valid.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.basic()DataSetTestEndpointBuilderFactory.DataSetTestBuilders.datasetTest(String path) DataSet Test (camel-dataset) Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies.DataSetTestEndpointBuilderFactory.DataSetTestBuilders.datasetTest(String componentName, String path) DataSet Test (camel-dataset) Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies.The split delimiter to use when split is enabled.DataSetTestEndpointBuilderFactory.endpointBuilder(String componentName, String path) DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.expectedCount(int expectedCount) Specifies the expected number of message exchanges that should be received by this mock.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.expectedCount(String expectedCount) Specifies the expected number of message exchanges that should be received by this mock.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.split(boolean split) If enabled the messages loaded from the test endpoint will be split using new line delimiters so each line is an expected message.If enabled the messages loaded from the test endpoint will be split using new line delimiters so each line is an expected message.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.timeout(long timeout) The timeout to use when polling for message bodies from the URI.The timeout to use when polling for message bodies from the URI.