@Singleton public class PubSub extends java.lang.Object implements MessagingFeature
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
PubSub() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getName()
The name of the feature.
|
java.lang.String |
getThirdPartyDocumentation() |
java.lang.String |
getTitle() |
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, getMicronautDocumentation, getOrder, isPreview, isVisible, processSelectedFeatures
public static final java.lang.String NAME
@NonNull public java.lang.String getName()
Feature
public java.lang.String getTitle()
public java.lang.String getDescription()
getDescription
in interface io.micronaut.core.naming.Described
getDescription
in interface Feature
@Nullable public java.lang.String getThirdPartyDocumentation()
getThirdPartyDocumentation
in interface Feature
public boolean supports(ApplicationType applicationType)
Feature
supports
in interface Feature
supports
in interface MessagingFeature
applicationType
- The application type