csharp
public readonly record struct PlacementEventOne thing that happened to one instance.
Fields and properties (5)
public PlacementEventKind KindWhat happened.
public RealmInstanceId InstanceTo which instance.
public ShardId ShardWhich shard it was carrying.
public RealmEndpoint EndpointWhere it is, on Ready.
public string DetailWhat the backend saw — an exit code, a signal, a reason.
Methods (2)
public PlacementEvent(PlacementEventKind Kind, RealmInstanceId Instance, ShardId Shard, RealmEndpoint Endpoint, string Detail)One thing that happened to one instance.
public override string ToString()Returns the fully qualified type name of this instance.
Used by (8)
- DockerPlacementVixen.Live.Placement.Docker
- DockerPlacementTestsVixen.Live.Placement.Docker.Tests
- IRealmPlacementVixen.Live.Abstractions
- KubernetesPlacementVixen.Live.Placement.Kubernetes
- KubernetesPlacementTestsVixen.Live.Placement.Kubernetes.Tests
- PlacementWatchVixen.Live.Placement.Docker.Tests
- ProcessPlacementVixen.Live.Placement.Process
- ProcessPlacementTestsVixen.Live.Placement.Process.Tests