Interface ProjectClient

All Superinterfaces:
Client, ElasticsearchClient

public interface ProjectClient extends Client
A Client that is scoped to a specific project. It should execute any request in the scope of that project. This scope is usually defined by the thread context.
  • Method Details