public interface ApiSupport
Modifier and Type | Method and Description |
---|---|
Collection<Api> |
getApis()
It is possible to support multiple v2 apis by a single requesthandler
|
default Boolean |
registerV1()
Whether this should be made available at the regular legacy path
|
default Boolean |
registerV2()
Whether this request handler must be made available at the /v2/ path
|
Collection<Api> getApis()
default Boolean registerV1()
default Boolean registerV2()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.