Package io.narayana.perf
Interface WorkerLifecycle<T>
- Type Parameters:
T- caller specific context data
- All Known Subinterfaces:
Worker<T>
public interface WorkerLifecycle<T>
Test lifecycle notifications
-
Method Summary
-
Method Details
-
init
void init()notify the worker that the test is starting (@link{io.narayana.perf.Measurement#measure}) -
fini
void fini()notify the worker that the test has finished
-