Package io.micronaut.retry.annotation
Annotation Interface Fallback
A
Secondary Scope for types that should be used as a fallback.- Since:
- 1.0
-
Optional Element Summary
Optional Elements
-
Element Details
-
includes
- Returns:
- The exception types to include (defaults to all)
- Default:
- {}
-
excludes
- Returns:
- The exception types to exclude (defaults to none)
- Default:
- {}
-