Class ConcurrentStoryReporter

  • All Implemented Interfaces:
    StoryReporter

    public class ConcurrentStoryReporter
    extends Object
    implements StoryReporter
    When running a multithreading mode, reports cannot be written concurrently but should be delayed and invoked only at the end of a story, ensuring synchronization on the delegate responsible for the reporting.