Module org.elasticsearch.server
Package org.elasticsearch.plugins
Interface UserAgentParserRegistryProvider
public interface UserAgentParserRegistryProvider
SPI interface for plugins that provide a
UserAgentParserRegistry.
Implemented by the user-agent module plugin; used by NodeConstruction
to obtain the registry before IngestService construction.-
Method Summary
-
Method Details
-
createRegistry
Creates aUserAgentParserRegistryfor the given environment.
-