ManagementMode
Defined in: src/interfaces/options.interface.ts:13
How the library provisions a JetStream entity.
Enumeration Members
Auto
Auto:
"auto"
Defined in: src/interfaces/options.interface.ts:15
Library creates/updates the entity (current behavior). Default.
Manual
Manual:
"manual"
Defined in: src/interfaces/options.interface.ts:17
Bind to an externally-provisioned entity; never create or update.