Interface WorkerLifecycle<T>

Type Parameters:
T - caller specific context data
All Known Subinterfaces:
Worker<T>

public interface WorkerLifecycle<T>
Test lifecycle notifications
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify the worker that the test has finished
    void
    notify the worker that the test is starting (@link{io.narayana.perf.Measurement#measure})
  • 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