BiDeploymentInspectorProperties

data class BiDeploymentInspectorProperties(@DefaultValue(value = ["NO_OP"]) val type: BiDeploymentInspectorType = BiDeploymentInspectorType.NO_OP, @DefaultValue(value = ["30s"]) val timeout: Duration = Duration.ofSeconds(30), val clickhouse: BiClickHouseInspectorProperties = BiClickHouseInspectorProperties())

Constructors

Link copied to clipboard
constructor(@DefaultValue(value = ["NO_OP"]) type: BiDeploymentInspectorType = BiDeploymentInspectorType.NO_OP, @DefaultValue(value = ["30s"]) timeout: Duration = Duration.ofSeconds(30), clickhouse: BiClickHouseInspectorProperties = BiClickHouseInspectorProperties())

Properties

Link copied to clipboard
@NestedConfigurationProperty
val clickhouse: BiClickHouseInspectorProperties
Link copied to clipboard
Link copied to clipboard