csharp
public record class RealmHostOptionsWhat a realm host is allowed to differ in.
Fields and properties (5)
public Action<string> OutputWhere lifecycle signals are written.
public TimeSpan HeartbeatIntervalHow often health is sampled.
public TimeSpan IdleGraceHow long a drained shard with nobody left on it waits before stopping.
public Func<DateTimeOffset> NowThe realm's clock. Replaceable so a test does not have to wait.
public TransferDeadlines TransfersHow long each step of a transfer may take before it is given up on.
Used by (5)
- RealmVixen.Live.Realm
- RealmVixen.Live.Realm.Tests
- RealmClusterTestsVixen.Live.Realm.Cluster.Tests
- RealmFixtureVixen.Live.Realm.Tests
- RealmHostVixen.Live.Realm