BiObjectMetadata

data class BiObjectMetadata(val protocolVersion: Int = CURRENT_PROTOCOL_VERSION, val layoutVersion: Int = CURRENT_LAYOUT_VERSION, val phase: BiDeploymentPhase = BiDeploymentPhase.STABLE, val deploymentId: String, val configurationFingerprint: String, val topologyFingerprint: String, val aggregate: String? = null, val kind: BiObjectKind, val consumerIdentity: String? = null, val registryRevision: Long? = null)

Constructors

Link copied to clipboard
constructor(protocolVersion: Int = CURRENT_PROTOCOL_VERSION, layoutVersion: Int = CURRENT_LAYOUT_VERSION, phase: BiDeploymentPhase = BiDeploymentPhase.STABLE, deploymentId: String, configurationFingerprint: String, topologyFingerprint: String, aggregate: String? = null, kind: BiObjectKind, consumerIdentity: String? = null, registryRevision: Long? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard