OptionalcodeSource?: CodeSourceWorker-instance defaults, immutable after creation. Delivered to the
worker on every incoming trigger CloudEvent as extension attributes
(the same generic mechanism used for correlationid) -- NOT process
environment variables, so values never leak between workers
co-loaded in the same WorkManager process. A worker's own payload
field (if present on the triggering event) takes precedence; config
is only the fallback.
One or more topics the worker subscribes to. A triggering CloudEvent arriving on any of them is dispatched to this worker.
Generated
from field: virtufin.CodeSource code_source = 1;