Skip to content

oneHandler

oneHandler(message, context, options): void

Handles a single message.

Parameters

message: any[] | Message

The message to handle.

context: Context

The context for the handler.

options: any

The options for the handler.

Returns

void

Source

ecmascript/src/handler.ts:60


Generated using typedoc-plugin-markdown and TypeDoc