Interface ActivityDefObserver

All Known Subinterfaces:
Activity
All Known Implementing Classes:
AtomicInput, BaseAsyncAction, CoreMotor, OpTrackerImpl, SimpleActivity, StandardAction, StandardActivity, StandardActivityType

public interface ActivityDefObserver
Decorator interface for getting notified when an activities parameters are changed at runtime. This can be optionally implemented by Any Motor, Input, or Action. The eventing is mediated through the ActivityExecutor in order to isolate the programmatic API from the internal API.
  • Method Summary

    Modifier and Type Method Description
    void onActivityDefUpdate​(io.nosqlbench.engine.api.activityimpl.ActivityDef activityDef)  
  • Method Details

    • onActivityDefUpdate

      void onActivityDefUpdate​(io.nosqlbench.engine.api.activityimpl.ActivityDef activityDef)