FluidFramework
FluidFramework copied to clipboard
ContainerRuntime: Update Op Lifecycle classes to use InboundSequencedContainerRuntimeMessage type
Description
I got some key parts wrong here, will update later when it's back on track.
~Currently they all use ISequencedDocumentMessage. But we know that only "modern" runtime messages will go through the "Op Lifecycle" system, and these are modeled by the InboundSequencedContainerRuntimeMessage type.~
~This also updates that type to model the fact that clientId isn't null for these. This is helpful for an upcoming change related to Batch ID (which is computed using clientId)~
Reviewer Guidance
This is still WIP. //* comments will all be resolved/removed before marking as ready for review.