Interface HelidonFeatureProvider


  • public interface HelidonFeatureProvider
    A provider of a feature that cannot use static initialization.

    For modules that are statically initialized before server is started, you can use methods on HelidonFeatures directly, to register a feature. In case the feature is not related to startup or discovery (such as an HTTP client), you can register a feature through this SPI.

    This SPI is invoked before the features are printed, so you can safely register your feature.