Uses of Interface
io.fluxcapacitor.javaclient.persisting.search.client.SearchClient
Packages that use SearchClient
Package
Description
-
Uses of SearchClient in io.fluxcapacitor.javaclient.configuration.client
Methods in io.fluxcapacitor.javaclient.configuration.client that return SearchClientModifier and TypeMethodDescriptionprotected abstract SearchClient
AbstractClient.createSearchClient()
Subclasses must implement this method to return aSearchClient
.protected SearchClient
WebSocketClient.createSearchClient()
Client.getSearchClient()
Returns theSearchClient
that provides access to document and search APIs. -
Uses of SearchClient in io.fluxcapacitor.javaclient.persisting.search.client
Classes in io.fluxcapacitor.javaclient.persisting.search.client that implement SearchClientModifier and TypeClassDescriptionclass
In-memory implementation of theSearchClient
, intended for local testing and development.class
WebSocket-based implementation of theSearchClient
that connects to the Flux platform.