Package com.variant.server.spi
Interface VariationAwareLifecycleEvent
- All Superinterfaces:
LifecycleEvent
- All Known Subinterfaces:
QualificationLifecycleEvent
,TargetingLifecycleEvent
Super-type of all lifecycle event types, whose runtime context includes a particular experiment.
- Since:
- 0.7
-
Method Summary
Modifier and TypeMethodDescriptionThe 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
-