Interface TenantLifecycle

All Known Implementing Classes:
DefaultIntegrationTenantLifecycle, DefaultTenantLifecycle

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

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether the tenant is at the operational state, i.e.
  • Method Details

    • 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