Builder

class Builder(val snapshotId: SnapshotId)

A builder for ReplaySnapshotRequest, which allows setting the optional parameters of the LayerTreeDomain.replaySnapshot command via a lambda.

Constructors

Link copied to clipboard
constructor(snapshotId: SnapshotId)

Properties

Link copied to clipboard

The first step to replay from (replay from the very start if not specified).

Link copied to clipboard

The scale to apply while replaying (defaults to 1).

Link copied to clipboard

The id of the layer snapshot.

Link copied to clipboard
var toStep: Int?

The last step to replay to (replay till the end if not specified).

Functions

Link copied to clipboard