10.2 RabbitMQ Support 10.2 RabbitMQ Support RabbitMQ is the most widely deployed open source message broker. Micronaut features dedicated support for defining both RabbitMQ p...
13 Language Support 13 Language Support Micronaut supports any JVM language that implements the Java Annotation Processor API. Although Groovy, does not in fact support this ...
8.2.3 Kubernetes Support 8.2.3 Kubernetes Support Kubernetes is a container runtime which has a whole bunch of features including integrated Service Discovery and Distributed C...
3.18 Android Support 3.18 Android Support Since Micronaut dependency injection is based on annotation processors and doesn’t rely on reflection, it can be used on Android when ...
13 Language Support 13 Language Support Micronaut supports any JVM language that implements the Java Annotation Processor API. Although Groovy, does not in fact support this ...
12.1.2 Reactor Support 12.1.2 Reactor Support To add support for Reactor add the following module: implementation ( "io.micronaut.reactor:micronaut-reactor" ) <dependency> ...
6.30 GraphQL Support 6.30 GraphQL Support GraphQL is a query language for building APIs that provides an intuitive and flexible syntax and a system for describing data require...