Annotation Interface AdditionalTrailer


@Retention(RUNTIME) @Repeatable(AdditionalTrailers.class) @Target({TYPE,METHOD}) public @interface AdditionalTrailer
Annotation for an additional HTTP trailer.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the HTTP trailer to set.
    The values of the HTTP trailer to set.
  • Element Details

    • name

      String name
      The name of the HTTP trailer to set.
    • value

      String[] value
      The values of the HTTP trailer to set.