Package xyz.block.ftl
Annotation Retry
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.RUNTIME)@Target(value = {ElementType.METHOD}) public @interface Retry
-
-
Method Summary
Modifier and Type Method Description abstract intcount()abstract StringminBackoff()abstract StringmaxBackoff()abstract StringcatchModule()abstract StringcatchVerb()-
-
Method Detail
-
count
abstract int count()
-
minBackoff
abstract String minBackoff()
-
maxBackoff
abstract String maxBackoff()
-
catchModule
abstract String catchModule()
-
-
-
-