Interface TenantLifecycle
- All Known Implementing Classes:
DefaultIntegrationTenantLifecycle,DefaultTenantLifecycle
public interface TenantLifecycle
A utility to indicate the lifecycle of the tenant
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates 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:
trueif tenant is at the operational state, elsefalse
-