ailoy-node
    Preparing search index...

    Class BrokerClient

    Index

    Constructors

    Methods

    • Parameters

      • txid: string
      • ptype: "connect" | "disconnect"

      Returns boolean

    • Parameters

      • txid: string
      • ptype: "subscribe" | "unsubscribe"
      • itype: "call_function"
      • fname: string

      Returns boolean

    • Parameters

      • txid: string
      • ptype: "subscribe" | "unsubscribe"
      • itype: "define_component"
      • ctname: string

      Returns boolean

    • Parameters

      • txid: string
      • ptype: "subscribe" | "unsubscribe"
      • itype: "delete_component"
      • cname: string

      Returns boolean

    • Parameters

      • txid: string
      • ptype: "subscribe" | "unsubscribe"
      • itype: "call_method"
      • cname: string
      • fname: string

      Returns boolean

    • Parameters

      • txid: string
      • ptype: "execute"
      • itype: "call_function"
      • fname: string
      • input: any

      Returns boolean

    • Parameters

      • txid: string
      • ptype: "execute"
      • itype: "define_component"
      • ctname: string
      • cname: string
      • input: any

      Returns boolean

    • Parameters

      • txid: string
      • ptype: "execute"
      • itype: "delete_component"
      • cname: string

      Returns boolean

    • Parameters

      • txid: string
      • ptype: "execute"
      • itype: "call_method"
      • cname: string
      • fname: string
      • input: any

      Returns boolean

    • Parameters

      • txid: string
      • ptype: "respond_execute"
      • status: true
      • sequence: number
      • finish: boolean
      • out: any

      Returns boolean

    • Parameters

      • txid: string
      • ptype: "respond_execute"
      • status: false
      • sequence: number
      • reason: string

      Returns boolean