org.apache.camel.test.spring
Annotation Type MockEndpoints


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MockEndpoints

Triggers the auto-mocking of endpoints whose URIs match the provided filter. The default filter is "*" which matches all endpoints. See InterceptSendToMockEndpointStrategy for more details on the registration of the mock endpoints.


Optional Element Summary
 String value
          The pattern to use for matching endpoints to enable mocking on.
 

value

public abstract String value
The pattern to use for matching endpoints to enable mocking on.

Default:
"*"


Apache Camel