Class ReplicatedMessageAttribute
On a command struct or an event record: its fields' codecs come from their CodecAttribute, QuantAttribute and EntityRefAttribute attributes, compiled by the generator into a descriptor the engine's builders read (11 § 5.3) — engine-free, so a contracts assembly shared with clients can carry it. The message's policy (rate, coalescing, routing) stays in its builder call.
[AttributeUsage(AttributeTargets.Struct, Inherited = false)]
public sealed class ReplicatedMessageAttribute : Attribute
- Inheritance
-
ReplicatedMessageAttribute
- Inherited Members
Constructors
ReplicatedMessageAttribute()
public ReplicatedMessageAttribute()