Class RequestScopeFeatureProvider

java.lang.Object
io.helidon.webserver.RequestScopeFeatureProvider
All Implemented Interfaces:
ConfiguredProvider<RequestScopeFeature>, ServerFeatureProvider<RequestScopeFeature>

@Singleton public class RequestScopeFeatureProvider extends Object implements ServerFeatureProvider<RequestScopeFeature>
A Java ServiceLoader provider for adding declarative request scope to Helidon WebServer. Note that request scope support is disabled by default.

To enable, use the following configuration (when configured via yaml):

 server:
   features:
     request-scope:
       enabled: true