Class RecordingComponentsRegistry

java.lang.Object
org.axonframework.test.fixture.RecordingComponentsRegistry

@Internal public class RecordingComponentsRegistry extends Object
A registry that holds references to the recording components created by MessagesRecordingConfigurationEnhancer. Decorators store recording instances into this registry, and the AxonTestFixture reads them to perform assertions.

This registry is registered as a regular component in the Configuration and can be resolved via configuration.getComponent(RecordingComponentsRegistry.class).

Since:
5.0.3
Author:
Mateusz Nowak
  • Constructor Details

    • RecordingComponentsRegistry

      public RecordingComponentsRegistry()
  • Method Details