RpcMessageTransformation: ((options) => Promise<eventstream.Message>)

Type declaration

    • (options): Promise<eventstream.Message>
    • Type signature for an asynchronous function that can transform eventstream messages. Used to allow client implementations to modify the initial eventstream connect message.

      Parameters

      Returns Promise<eventstream.Message>

Generated using TypeDoc