Package io.apicurio.multitenant.api
Interface RegistryResource
-
@Path("/api/v1/registry") public interface RegistryResource
A JAX-RS interface. An implementation of this interface must be provided.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryDeploymentInfo
getRegistryInfo()
-
-
-
Method Detail
-
getRegistryInfo
@GET @Produces("application/json") RegistryDeploymentInfo getRegistryInfo()
-
-