Uses of Interface
org.axonframework.test.util.MessageMonitorReport.Report
Packages that use MessageMonitorReport.Report
Package
Description
A collection of classes which may prove useful when testing Axon-based classes.
-
Uses of MessageMonitorReport.Report in org.axonframework.test.util
Classes in org.axonframework.test.util that implement MessageMonitorReport.ReportModifier and TypeClassDescriptionstatic final recordRepresents a failure report indicating an error occurred during the processing of a message.static final recordRepresents an ignored report, indicating that the processing of a message was bypassed or not handled.static final recordRepresents a successful report indicating that a message has been processed successfully.Methods in org.axonframework.test.util that return MessageMonitorReport.ReportMethods in org.axonframework.test.util that return types with arguments of type MessageMonitorReport.ReportModifier and TypeMethodDescription@NotNull Iterator<MessageMonitorReport.Report> MessageMonitorReport.iterator()Methods in org.axonframework.test.util with parameters of type MessageMonitorReport.ReportModifier and TypeMethodDescriptionvoidMessageMonitorReport.add(int index, MessageMonitorReport.Report report)