Interface TenantLifecycleService

All Superinterfaces:
LifecycleService

public interface TenantLifecycleService extends LifecycleService
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    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 Details

    • init

      default void init() throws SBonitaException
      This method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.
      Throws:
      SBonitaException