JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
io.github.resilience4j.micronaut.annotation
Annotation Interface TimeLimiter
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
TYPE
}) @Around
@Documented
@Executable
public @interface
TimeLimiter
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
Name of the sync timeLimiter.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
fallbackMethod
fallbackMethod method name.
Element Details
name
String
name
Name of the sync timeLimiter.
Returns:
the name of the sync timeLimiter.
fallbackMethod
String
fallbackMethod
fallbackMethod method name.
Returns:
fallbackMethod method name.
Default:
""