Package com.newrelic.jfr.daemon
Interface JfrRecorderFactory
-
- All Known Implementing Classes:
FileJfrRecorderFactory,JmxJfrRecorderFactory
public interface JfrRecorderFactoryAJmxJfrRecorderFactoryis responsible for generating instances ofJfrRecorder.- See Also:
FileJfrRecorderFactory,JmxJfrRecorderFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JfrRecordergetRecorder()Obtain an instance of aJfrRecorder.
-
-
-
Method Detail
-
getRecorder
JfrRecorder getRecorder() throws JfrRecorderException
Obtain an instance of aJfrRecorder.- Returns:
- the recorder
- Throws:
JfrRecorderException- if a fatal error occurs which prevents creation of additional recorders
-
-