Class VersionId
java.lang.Object
io.confluent.kafka.schemaregistry.rest.VersionId
A valid version id should be a positive integer between 1 and 2^31-1. -1 is a special version id
that indicates the "latest" version under a subject
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VersionId
- Throws:
InvalidVersionException
-
VersionId
- Throws:
InvalidVersionException
-
-
Method Details
-
getVersionId
public int getVersionId() -
isLatest
public boolean isLatest()
-