Uses of Class
org.axonframework.extension.springboot.ConverterProperties
Packages that use ConverterProperties
-
Uses of ConverterProperties in org.axonframework.extension.springboot.autoconfig
Methods in org.axonframework.extension.springboot.autoconfig with parameters of type ConverterPropertiesModifier and TypeMethodDescriptionConverterAutoConfiguration.converter(ConverterProperties converterProperties) Bean creation method constructing the "general"Converterto be used by Axon Framework.ConverterAutoConfiguration.eventConverter(Converter generalConverter, MessageConverter messageConverter, ConverterProperties converterProperties) Bean creation method constructing theEventConverterto be used by Axon Framework.ConverterAutoConfiguration.messageConverter(Converter generalConverter, ConverterProperties converterProperties) Bean creation method constructing theMessageConverterto be used by Axon Framework.