接口 SchemaInfoProvider
Schema Provider.
-
方法概要
修饰符和类型方法说明Retrieve the latest schema info.getSchemaByVersion
(byte[] schemaVersion) Retrieve the schema info of a given schemaVersion.Retrieve the topic name.
-
方法详细资料
-
getSchemaByVersion
Retrieve the schema info of a given schemaVersion.- 参数:
schemaVersion
- schema version- 返回:
- schema info of the provided schemaVersion
-
getLatestSchema
CompletableFuture<SchemaInfo> getLatestSchema()Retrieve the latest schema info.- 返回:
- the latest schema
-
getTopicName
String getTopicName()Retrieve the topic name.- 返回:
- the topic name
-