Package org.apache.camel.test.spring
Annotation Type MockEndpoints
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface MockEndpoints
Deprecated.Triggers the auto-mocking of endpoints whose URIs match the provided filter. The default filter is "*" which matches all endpoints. SeeInterceptSendToMockEndpointStrategy
for more details on the registration of the mock endpoints.
-
-
Element Detail
-
value
String value
Deprecated.The pattern to use for matching endpoints to enable mocking on.- Default:
- "*"
-
-