Package org.bonitasoft.engine.commons
Interface TenantLifecycleService
-
- All Superinterfaces:
LifecycleService
public interface TenantLifecycleService extends LifecycleService
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidinit()This method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.-
Methods inherited from interface org.bonitasoft.engine.commons.LifecycleService
pause, resume, start, stop
-
-
-
-
Method Detail
-
init
default void init() throws SBonitaExceptionThis method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.- Throws:
SBonitaException
-
-