Proposal

data class Proposal<out M>(val stateRef: StateRef, val modification: M)

The Proposal contains the details of proposed state modification. This is the message sent by the Instigator to all participants(Acceptor) during the state replacement process.

Parameters

M

the type of a class representing proposed modification by the instigator.

Constructors

Link copied to clipboard
constructor(stateRef: StateRef, modification: M)

Properties

Link copied to clipboard
Link copied to clipboard