Uses of Record Class
org.axonframework.conversion.avro.AvroConverterConfiguration
Packages that use AvroConverterConfiguration
-
Uses of AvroConverterConfiguration in org.axonframework.conversion.avro
Methods in org.axonframework.conversion.avro that return AvroConverterConfigurationModifier and TypeMethodDescriptionAvroConverterConfiguration.addConverterStrategy(AvroConverterStrategy strategy) Returns a new configuration with an additional Avro converter strategy.AvroConverterConfiguration.includeDefaultAvroConverterStrategies(boolean includeDefaultAvroConverterStrategies) Returns new configuration using (or not) default Avro converter strategies, based on the provided flag.AvroConverterConfiguration.includeSchemasInStackTraces(boolean includeSchemasInStackTraces) Creates a new configuration reporting (or not) reader and writer schema in stack traces on errors, based on the provided flag.AvroConverterConfiguration.performAvroCompatibilityCheck(boolean performAvroCompatibilityCheck) Creates a new configuration performing (or not) compatibility checks, based on the provided flag.AvroConverterConfiguration.schemaIncompatibilityChecker(SchemaIncompatibilityChecker schemaIncompatibilityChecker) Creates a new configuration using provided schema incompatibility checker.Constructor parameters in org.axonframework.conversion.avro with type arguments of type AvroConverterConfigurationModifierConstructorDescriptionAvroConverter(org.apache.avro.message.SchemaStore schemaStore, UnaryOperator<AvroConverterConfiguration> configurationOverride) Creates the converter instance.AvroConverter(org.apache.avro.message.SchemaStore schemaStore, UnaryOperator<AvroConverterConfiguration> configurationOverride, ChainingContentTypeConverter chainingTypeConverter) Creates the converter instance.