Class MessagingAvailableFeatures
java.lang.Object
io.micronaut.projectgen.core.feature.BaseAvailableFeatures
io.micronaut.starter.application.MessagingAvailableFeatures
- All Implemented Interfaces:
io.micronaut.core.order.Ordered, AvailableFeatures, Iterable<String>
@Named("messaging")
@Singleton
public class MessagingAvailableFeatures
extends BaseAvailableFeatures
Filters and provides features available for Messaging 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
-
MessagingAvailableFeatures
-
-
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
-