Class RecordIdStrategy
- java.lang.Object
-
- io.apicurio.registry.serde.avro.strategy.RecordIdStrategy
-
- All Implemented Interfaces:
ArtifactResolverStrategy<org.apache.avro.Schema>
- Direct Known Subclasses:
TopicRecordIdStrategy
public class RecordIdStrategy extends Object implements ArtifactResolverStrategy<org.apache.avro.Schema>
- Author:
- Fabian Martinez
-
-
Constructor Summary
Constructors Constructor Description RecordIdStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactReference
artifactReference(String topic, boolean isKey, org.apache.avro.Schema schema)
-
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.serde.strategy.ArtifactResolverStrategy
loadSchema
-
-
-
-
Method Detail
-
artifactReference
public ArtifactReference artifactReference(String topic, boolean isKey, org.apache.avro.Schema schema)
- Specified by:
artifactReference
in interfaceArtifactResolverStrategy<org.apache.avro.Schema>
- See Also:
ArtifactResolverStrategy.artifactReference(java.lang.String, boolean, java.lang.Object)
-
-