Uses of Interface
org.apache.camel.builder.endpoint.dsl.MockEndpointBuilderFactory.MockEndpointBuilder
Packages that use MockEndpointBuilderFactory.MockEndpointBuilder
-
Uses of MockEndpointBuilderFactory.MockEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return MockEndpointBuilderFactory.MockEndpointBuilderModifier and TypeMethodDescriptionMock (camel-mock) Test routes and mediation rules using mocks.Mock (camel-mock) Test routes and mediation rules using mocks. -
Uses of MockEndpointBuilderFactory.MockEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MockEndpointBuilderFactory.MockEndpointBuilderModifier and TypeMethodDescriptionMockEndpointBuilderFactory.MockEndpointBuilder.assertPeriod(long assertPeriod) Sets a grace period after which the mock endpoint will re-assert to ensure the preliminary assertion is still valid.MockEndpointBuilderFactory.MockEndpointBuilder.assertPeriod(String assertPeriod) Sets a grace period after which the mock endpoint will re-assert to ensure the preliminary assertion is still valid.MockEndpointBuilderFactory.AdvancedMockEndpointBuilder.basic()MockEndpointBuilderFactory.endpointBuilder(String componentName, String path) MockEndpointBuilderFactory.MockEndpointBuilder.expectedCount(int expectedCount) Specifies the expected number of message exchanges that should be received by this endpoint.MockEndpointBuilderFactory.MockEndpointBuilder.expectedCount(String expectedCount) Specifies the expected number of message exchanges that should be received by this endpoint.MockEndpointBuilderFactory.MockEndpointBuilder.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.MockEndpointBuilderFactory.MockEndpointBuilder.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.Mock (camel-mock) Test routes and mediation rules using mocks.Mock (camel-mock) Test routes and mediation rules using mocks.MockEndpointBuilderFactory.MockEndpointBuilder.reportGroup(int reportGroup) A number that is used to turn on throughput logging based on groups of the size.MockEndpointBuilderFactory.MockEndpointBuilder.reportGroup(String reportGroup) A number that is used to turn on throughput logging based on groups of the size.MockEndpointBuilderFactory.MockEndpointBuilder.resultMinimumWaitTime(long resultMinimumWaitTime) Sets the minimum expected amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.MockEndpointBuilderFactory.MockEndpointBuilder.resultMinimumWaitTime(String resultMinimumWaitTime) Sets the minimum expected amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.MockEndpointBuilderFactory.MockEndpointBuilder.resultWaitTime(long resultWaitTime) Sets the maximum amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.MockEndpointBuilderFactory.MockEndpointBuilder.resultWaitTime(String resultWaitTime) Sets the maximum amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.MockEndpointBuilderFactory.MockEndpointBuilder.retainFirst(int retainFirst) Specifies to only retain the first nth number of received Exchanges.MockEndpointBuilderFactory.MockEndpointBuilder.retainFirst(String retainFirst) Specifies to only retain the first nth number of received Exchanges.MockEndpointBuilderFactory.MockEndpointBuilder.retainLast(int retainLast) Specifies to only retain the last nth number of received Exchanges.MockEndpointBuilderFactory.MockEndpointBuilder.retainLast(String retainLast) Specifies to only retain the last nth number of received Exchanges.MockEndpointBuilderFactory.MockEndpointBuilder.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.MockEndpointBuilderFactory.MockEndpointBuilder.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.