Class ActiveMqArtemis
java.lang.Object
io.micronaut.starter.feature.messaging.jms.AbstractJmsFeature
io.micronaut.starter.feature.messaging.jms.ActiveMqArtemis
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, OpenRewriteFeature, JmsFeature, MessagingFeature
@Requires(property="micronaut.starter.feature.jms.activemq.artemis.enabled",
value="true",
defaultValue="true")
@Singleton
public class ActiveMqArtemis
extends AbstractJmsFeature
implements OpenRewriteFeature
JMS feature implementation for ActiveMQ Artemis messaging.
-
Field Summary
FieldsFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull StringgetName()The name of the feature.getRecipes(GeneratorContext generatorContext) getTitle()Methods inherited from class AbstractJmsFeature
isPreviewMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeatures, supportsMethods inherited from interface MessagingFeature
getCategoryMethods inherited from interface OpenRewriteFeature
apply, getFrameworkDocumentation, getThirdPartyDocumentation, processRecipes
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
ActiveMqArtemis
public ActiveMqArtemis()
-
-
Method Details
-
getName
-
getTitle
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-
getRecipes
- Specified by:
getRecipesin interfaceOpenRewriteFeature
-