Interface TenantDeployer

All Known Implementing Classes:
DictionaryComponent, FilteredDictionaryComponent

public interface TenantDeployer
Tenant Deployer interface.

This interface allows components to be notified of tenant events. Components will register with TenantAdminService. Also callbacks used during bootstrap (init) and shutdown (destroy)

  • Method Details

    • onEnableTenant

      void onEnableTenant()
    • onDisableTenant

      void onDisableTenant()
    • init

      void init()
    • destroy

      void destroy()