Class AvroSerializerStrategyConfig
java.lang.Object
org.axonframework.serialization.avro.AvroSerializerStrategyConfig
Configuration class used by the strategy to receive configuration from the
AvroSerializer.Builder during
instantiation of AvroSerializer.- Since:
- 4.11.0
- Author:
- Simon Zambrovski, Jan Galinski
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for the configuration. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Retrieves a builder for configuration.booleanReturns the flag to include schemas in stack traces.booleanReturns the flag to perform compatibility checks.
-
Method Details
-
builder
Retrieves a builder for configuration.- Returns:
- builder instance.
-
performAvroCompatibilityCheck
public boolean performAvroCompatibilityCheck()Returns the flag to perform compatibility checks.- Returns:
- flag value.
-
includeSchemasInStackTraces
public boolean includeSchemasInStackTraces()Returns the flag to include schemas in stack traces.- Returns:
- flag value.
-