SpringAppDomains Interface
Implements
SupportsGettingById<SpringAppDomain>
SupportsGettingByName<SpringAppDomain>
HasManager<AppPlatformManager>
HasParent<SpringApp>
SupportsDeletingById
SupportsDeletingByName
SupportsListing<SpringAppDomain>
public interface SpringAppDomains
extends HasManager<AppPlatformManager>, HasParent<SpringApp>, SupportsGettingById<SpringAppDomain>, SupportsGettingByName<SpringAppDomain>, SupportsListing<SpringAppDomain>, SupportsDeletingById, SupportsDeletingByName
Entry point for Spring App Custom Domains API.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Custom |
validate(String domain)
Checks the domain is validate for the app or not. |
abstract
Mono<Custom |
validateAsync(String domain)
Checks the domain is validate for the app or not. |
Method Details
validate
public abstract 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
public abstract Mono
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