Package io.micronaut.http.server.tck
Interface RequestSupplier
-
- All Superinterfaces:
java.util.function.Function<ServerUnderTest,io.micronaut.http.HttpRequest<?>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface RequestSupplier extends java.util.function.Function<ServerUnderTest,io.micronaut.http.HttpRequest<?>>
Allows defining an HttpRequest based on some property of the server (ie: Port).- Since:
- 3.8.3