Interface ApiSupport

    • Method Detail

      • getApis

        Collection<Api> getApis()
        It is possible to support multiple v2 apis by a single requesthandler
        Returns:
        the list of v2 api implementations
      • registerV1

        default Boolean registerV1()
        Whether this should be made available at the regular legacy path
      • registerV2

        default Boolean registerV2()
        Whether this request handler must be made available at the /v2/ path