Uses of Interface
org.axonframework.conversion.avro.AvroConverterStrategy
Packages that use AvroConverterStrategy
Package
Description
Part of the Axon Conversion module.
Part of the Axon Extension module.
-
Uses of AvroConverterStrategy in org.axonframework.conversion.avro
Classes in org.axonframework.conversion.avro that implement AvroConverterStrategyModifier and TypeClassDescriptionclassAvro strategy responsible for operations onSpecificRecordBaseas a superclass of all objects you are working on.Methods in org.axonframework.conversion.avro that return types with arguments of type AvroConverterStrategyModifier and TypeMethodDescriptionAvroConverterConfiguration.strategies()Returns the value of thestrategiesrecord component.Methods in org.axonframework.conversion.avro with parameters of type AvroConverterStrategyModifier and TypeMethodDescriptionAvroConverterConfiguration.addConverterStrategy(AvroConverterStrategy strategy) Returns a new configuration with an additional Avro converter strategy.Constructor parameters in org.axonframework.conversion.avro with type arguments of type AvroConverterStrategyModifierConstructorDescriptionAvroConverterConfiguration(List<AvroConverterStrategy> strategies, boolean includeDefaultAvroConverterStrategies, org.apache.avro.message.SchemaStore schemaStore, SchemaIncompatibilityChecker schemaIncompatibilityChecker, AvroConverterStrategyConfiguration avroConverterStrategyConfiguration) Constructor validating that required values are provided. -
Uses of AvroConverterStrategy in org.axonframework.extension.springboot.autoconfig
Method parameters in org.axonframework.extension.springboot.autoconfig with type arguments of type AvroConverterStrategyModifier and TypeMethodDescriptionAvroConverterAutoConfiguration.eventConverter(org.apache.avro.message.SchemaStore schemaStore, Map<String, AvroConverterStrategy> converterStrategies) Bean creation method constructing anAvroConverteras theEventConverterto be used by Axon Framework.AvroConverterAutoConfiguration.messageConverter(org.apache.avro.message.SchemaStore schemaStore, Map<String, AvroConverterStrategy> converterStrategies) Bean creation method constructing anAvroConverteras theMessageConverterto be used by Axon Framework.