public interface DomainManager extends DomainRepository
Domain instances deployed on the container| Modifier and Type | Method and Description |
|---|---|
void |
addDomain(Domain domain)
Adds a new domain
|
void |
removeDomain(String name)
Removes a domain
|
getDomainvoid addDomain(Domain domain)
domain - plugin classloader to add. Non nullIllegalArgumentException - if there is already a domain with tthe given name.void removeDomain(String name)
name - name of the domain to remove. Non empty.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.