TableListener
interface
Describes a table and the events/fields a listener is interested in.
Properties
| Name | Type | Description |
|---|---|---|
events? |
`("INSERT" | "DELETE" |
payloadFields? |
string[] |
|
schema |
string |
|
table |
string |
interface
Describes a table and the events/fields a listener is interested in.
| Name | Type | Description |
|---|---|---|
events? |
`("INSERT" | "DELETE" |
payloadFields? |
string[] |
|
schema |
string |
|
table |
string |