Class RxJava3HttpClient
java.lang.Object
io.micronaut.starter.feature.rxjava.RxJava3HttpClient
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, ReactiveHttpClientFeature
@Requires(property="micronaut.starter.feature.rxjava3.http.client.enabled",
value="true",
defaultValue="true")
@Singleton
public class RxJava3HttpClient
extends Object
implements ReactiveHttpClientFeature
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDependencies(GeneratorContext generatorContext) @NonNull StringgetName()The name of the feature.@NonNull StringgetTitle()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getMicronautDocumentation, getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeaturesMethods inherited from interface ReactiveHttpClientFeature
addDependencies, apply, getCategory, supports
-
Constructor Details
-
RxJava3HttpClient
public RxJava3HttpClient()
-
-
Method Details
-
getDependencies
- Specified by:
getDependenciesin interfaceReactiveHttpClientFeature
-
getName
-
getTitle
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-