Interface MicronautCommunityFeature

All Superinterfaces:
CommunityFeature, io.micronaut.core.naming.Described, Feature, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered
All Known Subinterfaces:
AgoraPulseFeature, CamundaCommunityFeature
All Known Implementing Classes:
Console, ExternalWorker, GruHttp, JobRunrFeature, Permissions, Platform7, Slack, Worker, Zeebe

public interface MicronautCommunityFeature extends CommunityFeature
Marker interface for CommunityFeature which expose a Micronaut Library.
  • Method Details

    • builtWithMicronautVersion

      MicronautVersion builtWithMicronautVersion()
    • isVisible

      default boolean isVisible()
      Description copied from interface: Feature
      Some features should not be visible to the user because they are a common parent of other selectable features, or they should always be applied, or any other reason.
      Specified by:
      isVisible in interface Feature
      Returns:
      True if the feature should able to be selected by the user
    • supportsCurrentMicronautVersion

      default boolean supportsCurrentMicronautVersion()