public abstract class AbstractJmsFeature extends java.lang.Object implements JmsFeature
| Constructor and Description | 
|---|
AbstractJmsFeature()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getMicronautDocumentation()  | 
boolean | 
isPreview()  | 
boolean | 
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
 application types. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCategoryapply, getDescription, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isVisible, processSelectedFeaturespublic boolean supports(ApplicationType applicationType)
Featuresupports in interface Featuresupports in interface MessagingFeatureapplicationType - The application typepublic java.lang.String getMicronautDocumentation()
getMicronautDocumentation in interface Feature