Skip to content

nooschain v0.1.0


nooschain / consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine / GoRaftProcessEngineOptions

Interface: GoRaftProcessEngineOptions

Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:14

Properties

autoRestart?

optional autoRestart?: boolean

Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:16


healthCheckIntervalMs?

optional healthCheckIntervalMs?: number

Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:15


maxRestarts?

optional maxRestarts?: number

Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:17


onSidecarUnhealthy?

optional onSidecarUnhealthy?: (details) => Promise<void>

Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:20

Parameters

details

Record<string, unknown>

Returns

Promise<void>


restartBackoffInitialMs?

optional restartBackoffInitialMs?: number

Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:18


restartBackoffMaxMs?

optional restartBackoffMaxMs?: number

Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:19

Audience-first NOOSChain documentation.