dtkt.event.v1beta1enums.proto

EventSourceStrategy

Enum

Enum representing event source strategies.

ValueNumberDescription
EVENT_SOURCE_STRATEGY_UNSPECIFIED0

Unspecified event source strategy.

EVENT_SOURCE_STRATEGY_PUSH1

Events are pushed to the client (e.g., via webhooks).

EVENT_SOURCE_STRATEGY_PULL2

Events are polled by the client (e.g., cron jobs).