@FunctionalInterface
public interface StatisticsCallback
Represents a callback function to receive statistics from running executions.
Modifier and Type | Method and Description |
---|---|
void |
apply(Statistics statistics) |
void apply(Statistics statistics)