Interface QueueInstructionSimpleRequest

A simplified queue instruction request.

This request does not support repeated parameter names.

Hierarchy

  • QueueInstructionRequestBase
    • QueueInstructionSimpleRequest

Properties

Properties

nodeId: number

The node ID.

params?: Record<string, string>

The simple instruction parameters.

topic?: string

The instruction topic.

Generated using TypeDoc