Interface EventSystemConfiguration


  • @Immutable
    public interface EventSystemConfiguration
    System-wide configuration of the Nessie server.
    • Method Detail

      • getSpecVersion

        java.lang.String getSpecVersion()
        Semver version representing the behavior of the Nessie server.
      • getMinSupportedApiVersion

        int getMinSupportedApiVersion()
        The minimum API version supported by the server.

        API versions are numbered sequentially, as they are developed.

      • getMaxSupportedApiVersion

        int getMaxSupportedApiVersion()
        The maximum API version supported by the server.

        API versions are numbered sequentially, as they are developed.

      • getAdditionalProperties

        java.util.Map<java.lang.String,​java.lang.String> getAdditionalProperties()
        Additional configuration properties. Currently, always empty.