Interface ChatBotsFeature
- All Superinterfaces:
CodeContributingFeature
,io.micronaut.core.naming.Described
,Feature
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
- All Known Implementing Classes:
BasecampAwsChatBot
,BasecampAzureChatBot
,BasecampGcpChatBot
,BasecampHttpChatBot
,ChatBots
,TelegramAwsChatBot
,TelegramAzureChatBot
,TelegramGcpChatBot
,TelegramHttpChatBot
Marker interface for chatbot features.
- Since:
- 4.3.0
- Author:
- Tim Yates
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
apply, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures, supports
-
Method Details
-
getCategory
- Specified by:
getCategory
in interfaceFeature
- Returns:
- The
Category
to which the feature belongs to.
-