Uses of Interface
org.axonframework.conversion.avro.SchemaIncompatibilityChecker
Packages that use SchemaIncompatibilityChecker
-
Uses of SchemaIncompatibilityChecker in org.axonframework.conversion.avro
Classes in org.axonframework.conversion.avro that implement SchemaIncompatibilityCheckerModifier and TypeClassDescriptionclassProvides functionality for incompatibility checks and saves the results in a cache.Methods in org.axonframework.conversion.avro that return SchemaIncompatibilityCheckerModifier and TypeMethodDescriptionAvroConverterConfiguration.schemaIncompatibilityChecker()Returns the value of theschemaIncompatibilityCheckerrecord component.Methods in org.axonframework.conversion.avro with parameters of type SchemaIncompatibilityCheckerModifier and TypeMethodDescriptionAvroConverterConfiguration.schemaIncompatibilityChecker(SchemaIncompatibilityChecker schemaIncompatibilityChecker) Creates a new configuration using provided schema incompatibility checker.Constructors in org.axonframework.conversion.avro with parameters of type SchemaIncompatibilityCheckerModifierConstructorDescriptionAvroConverterConfiguration(List<AvroConverterStrategy> strategies, boolean includeDefaultAvroConverterStrategies, org.apache.avro.message.SchemaStore schemaStore, SchemaIncompatibilityChecker schemaIncompatibilityChecker, AvroConverterStrategyConfiguration avroConverterStrategyConfiguration) Constructor validating that required values are provided.SpecificRecordBaseConverterStrategy(org.apache.avro.message.SchemaStore schemaStore, SchemaIncompatibilityChecker schemaIncompatibilityChecker) Constructs avro conversion strategy supporting conversion and deserialization of Java Avro classes extendingSpecificRecordBase.