Package io.hyperfoil.http.handlers
Class Location.Complete<T extends Location>
- java.lang.Object
-
- io.hyperfoil.http.handlers.Location.Complete<T>
-
- All Implemented Interfaces:
io.hyperfoil.api.session.Action,java.io.Serializable
- Enclosing class:
- Location
public static class Location.Complete<T extends Location> extends java.lang.Object implements io.hyperfoil.api.session.Action- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Complete(LimitedPoolResource.Key<T> poolKey, Queue.Key queueKey, io.hyperfoil.api.session.ObjectAccess locationVar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(io.hyperfoil.api.session.Session session)
-
-
-
Constructor Detail
-
Complete
public Complete(LimitedPoolResource.Key<T> poolKey, Queue.Key queueKey, io.hyperfoil.api.session.ObjectAccess locationVar)
-
-