Interface | Description |
---|---|
MicronautServerDependent |
Marks a feature as dependent on a Micronaut Server (such as Netty) and
cannot be combined with a third party server feature.
|
ServerFeature | |
ThirdPartyServerFeature |
Marks a server feature as third party as opposed to a Micronaut server, to denote
it cannot be combined with features that are dependent on a Micronaut Server feature.
|
Class | Description |
---|---|
AbstractMicronautServerFeature | |
Jetty | |
MicronautServerDependentValidator |
Validates that features dependent on a Micronaut server are not included when
a 3rd party (i.e.
|
Netty | |
Tomcat | |
Undertow |