Annotation Interface RequiresNettyClient


@RequiresNetty @Requires(property="micronaut.http.client.netty.enabled", notEquals="false") @Documented @Retention(RUNTIME) @Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD}) public @interface RequiresNettyClient
Requires the Netty HTTP client to be enabled. The client is enabled by default and can be disabled with micronaut.http.client.netty.enabled=false.
Since:
5.2.0