Class JfrCollector
java.lang.Object
io.quarkus.test.junit.virtual.internal.JfrCollector
- All Implemented Interfaces:
Collector,Consumer<RecordedEvent>
-
Field Summary
Fields inherited from interface io.quarkus.test.junit.virtual.internal.Collector
CARRIER_PINNED_EVENT_NAME -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JfrCollector
public JfrCollector()
-
-
Method Details
-
isRecording
public boolean isRecording()- Specified by:
isRecordingin interfaceCollector
-
init
public void init() -
start
public void start() -
stop
-
shutdown
public void shutdown() -
accept
- Specified by:
acceptin interfaceCollector- Specified by:
acceptin interfaceConsumer<RecordedEvent>
-
getEvents
-