Clear and concise description of the problem
The Java emitter needs a consistent model shape for SSE operations that can emit multiple service-defined event kinds.
Acceptance criteria
- Selects and generates one representation, such as per-event wrappers, a marker hierarchy, or a service union.
- Preserves discriminator information for known event kinds.
- Defines behavior for unknown and terminal event kinds.
- Maintains forward-compatible deserialization and includes generated tests.
Dependencies
Checklist
Clear and concise description of the problem
The Java emitter needs a consistent model shape for SSE operations that can emit multiple service-defined event kinds.
Acceptance criteria
Dependencies
Checklist