Composite
data class Composite(parts: Iterable<ReadinessCheckResult> = emptyList()) : ReadinessCheckResult(source)
Result of multiple checks, for which it reports an overall result (ie. any failure is fatal).
Result of multiple checks, for which it reports an overall result (ie. any failure is fatal).