Interface ServerFeatureProvider<T extends ServerFeature>

Type Parameters:
T - type of the server feature the provider provides
All Superinterfaces:
io.helidon.common.config.ConfiguredProvider<T>

public interface ServerFeatureProvider<T extends ServerFeature> extends io.helidon.common.config.ConfiguredProvider<T>
Server features provider is a ServiceLoader provider API to discover server wide features.
  • Method Summary

    Methods inherited from interface io.helidon.common.config.ConfiguredProvider

    configKey, create