Interface SpringAppDomains

    • Method Detail

      • validate

        CustomDomainValidateResult validate​(String domain)
        Checks the domain is validate for the app or not.
        Parameters:
        domain - the domain name
        Returns:
        the domain is validate for the parent app or not
      • validateAsync

        Mono<CustomDomainValidateResult> validateAsync​(String domain)
        Checks the domain is validate for the app or not.
        Parameters:
        domain - the domain name
        Returns:
        the domain is validate for the parent app or not