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, wait
getCategory
apply, getDescription, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isVisible, processSelectedFeatures
public boolean supports(ApplicationType applicationType)
Feature
supports
in interface Feature
supports
in interface MessagingFeature
applicationType
- The application typepublic java.lang.String getMicronautDocumentation()
getMicronautDocumentation
in interface Feature