Class SchemaRepositoryProperties


  • @ConfigurationProperties(prefix="schema.repository")
    public class SchemaRepositoryProperties
    extends java.lang.Object
    • Constructor Detail

      • SchemaRepositoryProperties

        public SchemaRepositoryProperties()
    • Method Detail

      • getServerUrl

        public java.lang.String getServerUrl()
      • setServerUrl

        public void setServerUrl​(java.lang.String serverUrl)
      • isValidationEnabled

        public boolean isValidationEnabled()
      • setValidationEnabled

        public void setValidationEnabled​(boolean validationEnabled)
      • getConnectionTimeoutMillis

        public int getConnectionTimeoutMillis()
      • setConnectionTimeoutMillis

        public void setConnectionTimeoutMillis​(int connectionTimeoutMillis)
      • getSocketTimeoutMillis

        public int getSocketTimeoutMillis()
      • getDeleteSchemaPathSuffix

        public java.lang.String getDeleteSchemaPathSuffix()
      • setDeleteSchemaPathSuffix

        public void setDeleteSchemaPathSuffix​(java.lang.String deleteSchemaPathSuffix)
      • setSocketTimeoutMillis

        public void setSocketTimeoutMillis​(int socketTimeoutMillis)
      • isSubjectSuffixEnabled

        public boolean isSubjectSuffixEnabled()
      • setSubjectSuffixEnabled

        public void setSubjectSuffixEnabled​(boolean subjectSuffixEnabled)
      • isSubjectNamespaceEnabled

        public boolean isSubjectNamespaceEnabled()
      • setSubjectNamespaceEnabled

        public void setSubjectNamespaceEnabled​(boolean subjectNamespaceEnabled)