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 endpoint will re-assert to ensure the preliminary assertion is still valid.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.assertPeriod(String assertPeriod) Sets a grace period after which the mock endpoint 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 endpoint.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.expectedCount(String expectedCount) Specifies the expected number of message exchanges that should be received by this endpoint.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.failFast(boolean failFast) Sets whether assertIsSatisfied() should fail fast at the first detected failed expectation while it may otherwise wait for all expected messages to arrive before performing expectations verifications.Sets whether assertIsSatisfied() should fail fast at the first detected failed expectation while it may otherwise wait for all expected messages to arrive before performing expectations verifications.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.log(boolean log) To turn on logging when the mock receives an incoming message.To turn on logging when the mock receives an incoming message.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.reportGroup(int reportGroup) A number that is used to turn on throughput logging based on groups of the size.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.reportGroup(String reportGroup) A number that is used to turn on throughput logging based on groups of the size.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.resultMinimumWaitTime(long resultMinimumWaitTime) Sets the minimum expected amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.resultMinimumWaitTime(String resultMinimumWaitTime) Sets the minimum expected amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.resultWaitTime(long resultWaitTime) Sets the maximum amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.resultWaitTime(String resultWaitTime) Sets the maximum amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.retainFirst(int retainFirst) Specifies to only retain the first nth number of received Exchanges.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.retainFirst(String retainFirst) Specifies to only retain the first nth number of received Exchanges.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.retainLast(int retainLast) Specifies to only retain the last nth number of received Exchanges.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.retainLast(String retainLast) Specifies to only retain the last nth number of received Exchanges.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.sleepForEmptyTest(long sleepForEmptyTest) Allows a sleep to be specified to wait to check that this endpoint really is empty when expectedMessageCount(int) is called with zero.DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.sleepForEmptyTest(String sleepForEmptyTest) Allows a sleep to be specified to wait to check that this endpoint really is empty when expectedMessageCount(int) is called with zero.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.