Annotation Type ShutdownTimeout
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface ShutdownTimeout
Indicates to set the shutdown timeout of allCamelContexts instantiated through the use of Spring Test loaded application contexts. If no annotation is used, the timeout is automatically reduced to 10 seconds by the test framework. If the annotation is present the shutdown timeout is set based on the value ofvalue().