feat(processing): GTDT FLOP vertical link with real XmlCodec (P2-0)
Add JacksonXmlCodec (XXE-safe META/FLOP parse), GtdtHandler, and unified PipelineHolderFactory; route DNLD/FLOP through FlightStateEngine persistNextStates.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.gzzn.omms.msgexchange.codec
|
||||
|
||||
/**
|
||||
* FLOP 报文解析体(v2 §4 命令化输入)。
|
||||
* scalars:FLID/FFID 等标量;collections:GTDT/CKDT 等重复集合(含源序号属性)。
|
||||
*/
|
||||
data class FlopPayload(
|
||||
val flid: String,
|
||||
val scalars: Map<String, String> = emptyMap(),
|
||||
val collections: Map<String, List<Map<String, String>>> = emptyMap(),
|
||||
)
|
||||
Reference in New Issue
Block a user