Uses of Class
org.axonframework.test.fixture.RecordingEventSink
Packages that use RecordingEventSink
-
Uses of RecordingEventSink in org.axonframework.test.fixture
Subclasses of RecordingEventSink in org.axonframework.test.fixtureModifier and TypeClassDescriptionclassclassAnEventStoreimplementation recording all the events that arepublished.Methods in org.axonframework.test.fixture that return RecordingEventSinkModifier and TypeMethodDescription@Nullable RecordingEventSinkRecordingComponentsRegistry.eventSink()Returns theRecordingEventSinkthat captures event messages published through theEventBusorEventStore.RecordingEventSink.reset()Resets this recordingEventSink, by removing all recordedEventMessages.