@ProviderType
public interface PortalInstanceLifecycleListener
| Modifier and Type | Method and Description |
|---|---|
default void |
portalInstancePreunregistered(Company company) |
void |
portalInstanceRegistered(Company company) |
void |
portalInstanceUnregistered(Company company) |
default void portalInstancePreunregistered(Company company) throws java.lang.Exception
java.lang.Exceptionvoid portalInstanceRegistered(Company company) throws java.lang.Exception
java.lang.Exceptionvoid portalInstanceUnregistered(Company company) throws java.lang.Exception
java.lang.Exception