Config

data class Config(val defaultUpdatePolicy: UpdatePolicy)

The config of an ComponentUpdateHandler.

Constructors

Link copied to clipboard
constructor(defaultUpdatePolicy: UpdatePolicy)

Properties

Link copied to clipboard

The default update policy applied to updates for this component.