Interface GetConfigRequest

    • Method Detail

      • getConfigKey

        ConfigKey<?> getConfigKey()
        Returns the ConfigKey for this request.
        Returns:
        the ConfigKey for this config request
      • getDefContent

        DefContent getDefContent()
        The def file contents in the request, or empty array if not sent/not supported
        Returns:
        the contents (payload) of the def schema
      • getVespaVersion

        java.util.Optional<VespaVersion> getVespaVersion()
        Get Vespa version for this GetConfigRequest
      • noCache

        boolean noCache()
        Whether or not the config can be retrieved from or stored in a cache.
        Returns:
        true if content should _not_ be cached, false if it should.