Interface TenantListener

    • Method Detail

      • afterTenantStartUp

        void afterTenantStartUp​(Tenant tenant)
        Will be called if a tenant has successfully started.
        Parameters:
        tenant - the tenant which was started
      • beforeTenantShutDown

        void beforeTenantShutDown​(Tenant tenant)
        Will be called if a tenant is about to shut down.
        Parameters:
        tenant - tenant which will be shut down
      • afterSetActivateSession

        void afterSetActivateSession​(Tenant tenant)
      • beforeUnsetActivateSession

        void beforeUnsetActivateSession​(Tenant tenant)