Log in
Interface

ClientOptionsInterface

Magento\AdvancedSearch\Model\Client\ClientOptionsInterface

What it does

This interface defines a contract for preparing and configuring search client connection options in Magento's advanced search functionality.

Developers implement this interface when creating custom search engine clients (like Elasticsearch) to standardize how connection parameters, authentication, and other client-specific settings are processed before establishing a connection.

Public Methods

  • prepareClientOptions()