@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) @Deprecated public @interface ShutdownTimeout
CamelContext
s 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 of value()
.Apache Camel