Interface Deployment


public interface Deployment
A deployment of a Vespa application, which contains endpoints for document retrieval.
Author:
jonmv
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an Endpoint in the cluster with the given id.
  • Method Details

    • endpoint

      Endpoint endpoint(String id)
      Returns an Endpoint in the cluster with the given id.