Skip to main content

TracingChannelSubscribers

interface TracingChannelSubscribers

Type Parameters Jump to heading

Jump to headingContextType extends object

Properties Jump to heading

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
Back to top