Angular Solace Message Client - v20.0.0
    Preparing search index...

    Function mapToText

    • RxJS operator for mapping a structured text message into its textual representation.

      Each message is mapped to a tuple of three elements: [, Params, Message].

      Note: Messages must be published as MessageType.TEXT messages, otherwise an error is thrown.

      Returns OperatorFunction<MessageEnvelope, [string, Params, Message]>