Interface VariationAwareLifecycleEvent

All Superinterfaces:
LifecycleEvent
All Known Subinterfaces:
QualificationLifecycleEvent, TargetingLifecycleEvent

public interface VariationAwareLifecycleEvent extends LifecycleEvent
Super-type of all lifecycle event types, whose runtime context includes a particular experiment.
Since:
0.7
  • Method Summary

    Modifier and Type
    Method
    Description
    The schema experiment associated with this event.

    Methods inherited from interface com.variant.server.spi.LifecycleEvent

    getSession
  • Method Details

    • getExperiment

      Experiment getExperiment()
      The schema experiment associated with this event.
      Returns:
      An object of type Experiment.
      Since:
      0.7