Interface TenantLifecycle

  • All Known Implementing Classes:
    DefaultTenantLifecycle

    public interface TenantLifecycle
    A utility to indicate the lifecycle of the tenant
    • Method Detail

      • isOperational

        boolean isOperational()
        Indicates whether the tenant is at the operational state, i.e. tenant is not initializing, starting up, nor shutting down
        Returns:
        true if tenant is at the operational state, else false