Uses of Interface
io.hyperfoil.api.session.Session.Resource
-
Packages that use Session.Resource Package Description io.hyperfoil.api.session -
-
Uses of Session.Resource in io.hyperfoil.api.session
Classes in io.hyperfoil.api.session with type parameters of type Session.Resource Modifier and Type Interface Description static interfaceSession.ResourceKey<R extends Session.Resource>Methods in io.hyperfoil.api.session with type parameters of type Session.Resource Modifier and Type Method Description <R extends Session.Resource>
voidSession. declareResource(Session.ResourceKey<R> key, java.util.function.Supplier<R> resourceSupplier)<R extends Session.Resource>
voidSession. declareResource(Session.ResourceKey<R> key, java.util.function.Supplier<R> resourceSupplier, boolean singleton)Reserve space in the session for a resource, stored under given key.<R extends Session.Resource>
voidSession. declareSingletonResource(Session.ResourceKey<R> key, R resource)<R extends Session.Resource>
RSession. getResource(Session.ResourceKey<R> key)
-