Are you an LLM? You can read better optimized documentation at /documentation/api/core/functions/dispatchFrame.md for this page in Markdown format
ws-asyncapi API / core / dispatchFrame
Function: dispatchFrame()
dispatchFrame(
channel,backplane,conn,frame):Promise<void>
Defined in: .api-entries/core/index.d.ts:495
Handle one decoded inbound frame. The adapter is responsible for decoding the transport bytes into an AnyFrame before calling this.
Parameters
channel
backplane
conn
frame
AnyFrame
Returns
Promise<void>