Class ShaftHeal
java.lang.Object
com.shaft.heal.ShaftHeal
Runtime access to the most recent SHAFT Heal report on the current thread.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear()Clears the current-thread report.static Optional<HealingReport> Returns the most recent current-thread healing report.static voidrecord(HealingReport report) Records the latest report.
-
Method Details
-
lastReport
Returns the most recent current-thread healing report.- Returns:
- optional report
-
clear
public static void clear()Clears the current-thread report. -
record
Records the latest report.- Parameters:
report- report
-