Class GrpcAvailableFeatures
java.lang.Object
io.micronaut.projectgen.core.feature.BaseAvailableFeatures
io.micronaut.starter.application.GrpcAvailableFeatures
- All Implemented Interfaces:
io.micronaut.core.order.Ordered, AvailableFeatures, Iterable<String>
Filters and provides features available for gRPC application type.
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseAvailableFeatures
findFeature, findFeature, getAllFeatures, getFeatures, iteratorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
GrpcAvailableFeatures
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceAvailableFeatures- Overrides:
supportsin classBaseAvailableFeatures
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceio.micronaut.core.order.Ordered- Overrides:
getOrderin classBaseAvailableFeatures
-