Annotation Type Timeout
-
@Retention(RUNTIME) public @interface Timeout
Annotation that will add aTimeoutHandlerto the configured route, causing that route to fail with a 503 server error if no response was written after the specified timeout.- Author:
- odeda
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalueTimeout in milliseconds to configure for theTimeoutHandler
-