proposeBehavior

Behavior of propose. Defaults to contract-faithful: throws NotLeaderException unless role is RaftRole.Leader, otherwise appends the command to committed and returns the resulting LogEntry.

Override to inject specific outcomes:

node.proposeBehavior = { _ -> throw LeadershipLostException() }