public interface MockSendToEndpointStrategyFactory
Modifier and Type | Method and Description |
---|---|
EndpointStrategy |
mock(String pattern,
boolean skip)
Mock sending to endpoint
|
static final String FACTORY
EndpointStrategy mock(String pattern, boolean skip)
pattern
- pattern for intercepting (null or * = intercept all, otherwise its an text pattern (and regexp).skip
- whether to skip sending to original endpoint (only to mock endpoint).Apache Camel