Package io.apicurio.registry.rest.v1
Class IdsResourceImpl
- java.lang.Object
-
- io.apicurio.registry.rest.v1.IdsResourceImpl
-
- All Implemented Interfaces:
Headers
,IdsResource
@ApplicationScoped @Counted(name="rest_request_count", description="Total number of REST requests.", tags={"group=REST","metric=rest_request_count"}, reusable=true) @ConcurrentGauge(name="concurrent_request_count", description="Number of concurrent REST requests.", tags={"group=REST","metric=concurrent_request_count"}, reusable=true) @Timed(name="rest_response_time", description="Time of a request-response interval.", tags={"group=REST","metric=rest_response_time"}, unit="milliseconds", reusable=true) @Deprecated public class IdsResourceImpl extends Object implements IdsResource, Headers
Deprecated.- Author:
- eric.wittmann@gmail.com
-
-
Field Summary
-
Fields inherited from interface io.apicurio.registry.rest.Headers
ARTIFACT_ID, ARTIFACT_TYPE, DEPRECATED, GROUP_ID, TENANT_ID, VERSION
-
-
Constructor Summary
Constructors Constructor Description IdsResourceImpl()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
checkIfDeprecated(Supplier<ArtifactState> stateSupplier, String artifactId, String version, javax.ws.rs.core.Response.ResponseBuilder builder)
Deprecated.javax.ws.rs.core.Response
getArtifactByGlobalId(long globalId)
Deprecated.ArtifactMetaData
getArtifactMetaDataByGlobalId(long globalId)
Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.apicurio.registry.rest.Headers
checkIfDeprecated
-
-
-
-
Method Detail
-
checkIfDeprecated
public void checkIfDeprecated(Supplier<ArtifactState> stateSupplier, String artifactId, String version, javax.ws.rs.core.Response.ResponseBuilder builder)
Deprecated.
-
getArtifactByGlobalId
public javax.ws.rs.core.Response getArtifactByGlobalId(long globalId)
Deprecated.- Specified by:
getArtifactByGlobalId
in interfaceIdsResource
- See Also:
IdsResource.getArtifactByGlobalId(long)
-
getArtifactMetaDataByGlobalId
public ArtifactMetaData getArtifactMetaDataByGlobalId(long globalId)
Deprecated.- Specified by:
getArtifactMetaDataByGlobalId
in interfaceIdsResource
- See Also:
IdsResource.getArtifactMetaDataByGlobalId(long)
-
-