Package io.micronaut.starter.application
Class MessagingAvailableFeatures
java.lang.Object
io.micronaut.starter.feature.BaseAvailableFeatures
io.micronaut.starter.application.MessagingAvailableFeatures
- All Implemented Interfaces:
AvailableFeatures
,Iterable<String>
@Named("messaging")
@Singleton
public class MessagingAvailableFeatures
extends BaseAvailableFeatures
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.starter.feature.BaseAvailableFeatures
findFeature, findFeature, getAllFeatures, getFeatures, iterator
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
MessagingAvailableFeatures
-