Interface MessageFilter

Represents a message filter used to categorize messages. It can be used to match outbound subscriptions to specific conditions or trigger the re-delivery of specific data.

Hierarchy

  • MessageFilter

Methods

Methods

  • Filters the response based on the connection.

    Parameters

    • response: any

      The response data to be filtered.

    • connection: WebsocketConnection

      The WebSocket connection.

    Returns number | Promise<number>

    A number or a Promise that resolves to a number representing the filter result.

Generated using TypeDoc