perf(cmpp): decouple supplier result callbacks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user