Interface EventRecorder


  • public interface EventRecorder
    Event recorder that can delegate events from the EventBus into a recording facility such as JFR. Transforming an Event into a recordable event is subject to the actual EventRecorder implementation.

    You can record data by launching the application with recording enabled: java -XX:StartFlightRecording:filename=recording.jfr,duration=10s -jar app.jar.

    Since:
    6.1
    Author:
    Mark Paluch