public final class TestUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
replaceToAsynch(org.apache.camel.builder.AdviceWithRouteBuilder builder)
Replaces calling TO
AsynchConstants.URI_ASYNCH_IN_MSG with processor that creates OK response. |
public static final void replaceToAsynch(org.apache.camel.builder.AdviceWithRouteBuilder builder)
AsynchConstants.URI_ASYNCH_IN_MSG
with processor that creates OK response.
Useful when you want to test input (IN) route of asynchronous process.builder
- the advice builderCopyright © 2016. All rights reserved.