interface TracingChannelSubscribers
Type Parameters Jump to heading
Jump to headingContextType extends object
Properties Jump to heading
Jump to headingstart: (message: ContextType) => void
Jump to headingend: (message: ContextType & { error?: unknown; result?: unknown; }) => void
Jump to headingasyncStart: (message: ContextType & { error?: unknown; result?: unknown; }) => void
Jump to headingasyncEnd: (message: ContextType & { error?: unknown; result?: unknown; }) => void
Jump to headingerror: (message: ContextType & { error: unknown; }) => void