Record Class AxonTestFixture.Customization

java.lang.Object
java.lang.Record
org.axonframework.test.fixture.AxonTestFixture.Customization
Record Components:
axonServerEnabled - True if Axon Server should be enabled, false otherwise. It's enabled by default.
fieldFilters - Collections of FieldFilters used to adjust the matchers for commands, events, and result messages.
Enclosing class:
AxonTestFixture

public static record AxonTestFixture.Customization(boolean axonServerEnabled, @Nonnull List<FieldFilter> fieldFilters) extends Record
Allow customizing the fixture setup.