PostgresChangeFilter

class PostgresChangeFilter(event: String, schema: String)(source)

Used to filter postgres changes

Constructors

Link copied to clipboard
constructor(event: String, schema: String)

Properties

Link copied to clipboard

Filter the received changes in your table. E.g.: "user_id=eq.1"

Link copied to clipboard

The table name that should be monitored

Functions

Link copied to clipboard
Link copied to clipboard
fun filter(filter: FilterOperation)
fun filter(column: String, operator: FilterOperator, value: Any)

Filters the received changes in your table.