Interface SLA.Provider

All Superinterfaces:
Serializable, Step
Enclosing class:
SLA

public static interface SLA.Provider extends Step
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.hyperfoil.api.config.Step

    Step.Catalog
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    id()
     
    SLA[]
    sla()
     

    Methods inherited from interface io.hyperfoil.api.config.Step

    invoke
  • Method Details

    • id

      int id()
      Returns:
      Step ID that will allow us to match against the SLA.
    • sla

      SLA[] sla()