Interface ThrowableRecorder
- All Known Implementing Classes:
ReusableGraphQueryResult
,ReusableTupleQueryResult
public interface ThrowableRecorder
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
recordingThrowable
(Runnable runnable, ThrowableRecorder recorder) static <T> T
recordingThrowable
(Supplier<T> supplier, ThrowableRecorder recorder) void
-
Method Details
-
recordThrowable
-
recordingThrowable
-
recordingThrowable
-