Interface ReactiveFeature

All Superinterfaces:
io.micronaut.core.naming.Described, Feature, io.micronaut.core.naming.Named, OneOfFeature, io.micronaut.core.order.Ordered
All Known Implementing Classes:
Reactor, RxJava1, RxJava3

public interface ReactiveFeature extends OneOfFeature
Marker for reactive library (RxJava, Project Reactor) features.
Since:
2.5.13
Author:
Sergio del Amo