mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/building-blocks/pubsub/subscription-methods.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
844816712e
commit
b149edb9f2
|
@ -189,7 +189,7 @@ The `/checkout` endpoint matches the `route` defined in the subscriptions and th
|
|||
|
||||
The dynamic programmatic approach returns the `routes` JSON structure within the code, unlike the declarative approach's `route` YAML structure.
|
||||
|
||||
> **Note:** Dynamic subscriptions are only read once during application start-up.
|
||||
> **Note:** Programmatic subscriptions are only read once during application start-up. You cannot _dynamically_ add new programmatic subscriptions, only at new ones at compile time.
|
||||
|
||||
In the example below, you define the values found in the [declarative YAML subscription](#declarative-subscriptions) above within the application code.
|
||||
|
||||
|
|
Loading…
Reference in New Issue