Class ConfigObserveProvider
java.lang.Object
io.helidon.webserver.observe.config.ConfigObserveProvider
- All Implemented Interfaces:
ConfiguredProvider<Observer>,ObserveProvider
Deprecated.
ServiceLoader provider implementation for config observe provider.-
Constructor Details
-
ConfigObserveProvider
Deprecated.only forServiceLoaderRequired forServiceLoader.
-
-
Method Details
-
configKey
Deprecated.Description copied from interface:ObserveProviderConfiguration key of this provider. The following keys must be honored by Observe support:enabled- enable/disable the serviceendpoint- endpoint, if starts with/then absolute, otherwise relative to observe endpointcors- CORS setup for this endpoint
- Specified by:
configKeyin interfaceConfiguredProvider<Observer>- Specified by:
configKeyin interfaceObserveProvider- Returns:
- configuration key of this provider (such as
health)
-
create
Deprecated.Description copied from interface:ObserveProviderCreate a new observer from the provided configuration.- Specified by:
createin interfaceConfiguredProvider<Observer>- Specified by:
createin interfaceObserveProvider- Parameters:
config- configuration of this providername- name of the instance- Returns:
- a new observer to be registered with routing
-
ServiceLoader