Class AwaitAllResponsesStep

  • All Implemented Interfaces:
    io.hyperfoil.api.config.Step, java.io.Serializable

    public class AwaitAllResponsesStep
    extends java.lang.Object
    implements io.hyperfoil.api.config.Step
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AwaitAllResponsesStep.Builder
      Block current sequence until all requests receive the response.
      • Nested classes/interfaces inherited from interface io.hyperfoil.api.config.Step

        io.hyperfoil.api.config.Step.Catalog
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean invoke​(io.hyperfoil.api.session.Session session)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AwaitAllResponsesStep

        public AwaitAllResponsesStep()
    • Method Detail

      • invoke

        public boolean invoke​(io.hyperfoil.api.session.Session session)
        Specified by:
        invoke in interface io.hyperfoil.api.config.Step