perf(cmpp): decouple supplier result callbacks

This commit is contained in:
hectorzhao
2026-08-20 14:19:42 +08:00
parent 485af688d2
commit 67b760a599
27 changed files with 1000 additions and 66 deletions
@@ -58,6 +58,7 @@ export interface GatewayInboundSingleSubmitResult {
}
export interface GatewaySubmitResultDto {
eventId?: string;
traceId?: string;
messageId: string;
channelId: string;
@@ -81,6 +82,7 @@ export interface GatewaySubmitResultDto {
}
export interface GatewaySubmitSegmentResultDto {
eventId?: string;
traceId?: string;
messageId: string;
channelId: string;