dtkt.event.v1beta1enums.protoEventSourceStrategy
EnumEnum representing event source strategies.
| Value | Number | Description |
|---|---|---|
| EVENT_SOURCE_STRATEGY_UNSPECIFIED | 0 | Unspecified event source strategy. |
| EVENT_SOURCE_STRATEGY_PUSH | 1 | Events are pushed to the client (e.g., via webhooks). |
| EVENT_SOURCE_STRATEGY_PULL | 2 | Events are polled by the client (e.g., cron jobs). |