Annotation Interface KafkaSecured


public @interface KafkaSecured
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Set name of openapi security scheme.
  • Element Details

    • name

      String name
      Set name of openapi security scheme. Default value is "Internal-Token". You can use different schemes for different listeners. You should describe OpenAPI security scheme before using it in this annotation.
      Default:
      "Internal-Token"