Package io.micronaut.runtime.http.scope
Interface RequestAware
-
public interface RequestAwareAn interface that may be implemented byRequestScopebeans to allow access to the current request.- Since:
- 1.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetRequest(io.micronaut.http.HttpRequest<?> request)Provides the request directly after bean creation.
-