Class LatestVersion
- java.lang.Object
-
- org.apache.pulsar.common.protocol.schema.LatestVersion
-
- All Implemented Interfaces:
SchemaVersion
public final class LatestVersion extends java.lang.Object implements SchemaVersion
Latest schema version.
-
-
Field Summary
-
Fields inherited from interface org.apache.pulsar.common.protocol.schema.SchemaVersion
Empty, Latest
-
-
Constructor Summary
Constructors Constructor Description LatestVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]bytes()
-
-
-
Method Detail
-
bytes
public byte[] bytes()
- Specified by:
bytesin interfaceSchemaVersion
-
-