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
    Name of the sync timeLimiter.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    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:
      ""