Class ReactiveHttpClientFeatureValidator

java.lang.Object
io.micronaut.starter.feature.reactive.ReactiveHttpClientFeatureValidator
All Implemented Interfaces:
FeatureValidator

@Singleton public class ReactiveHttpClientFeatureValidator extends Object implements FeatureValidator
Validator to ensure that reactive HTTP client features are not used together with incompatible HTTP client features.

Specifically, it disallows using the `http-client-jdk` feature alongside any reactive HTTP client feature.