DurableActionStorageOptions
@totemsdk/industrial-action / DurableActionStorageOptions
Interface: DurableActionStorageOptions
Properties
namespace?
readonlyoptionalnamespace?:string
Key namespace prefix; default totem_action:v1:.
requireAckMode?
readonlyoptionalrequireAckMode?:"volatile"|"buffered"|"durably-acknowledged"
Required write acknowledgment; default durably-acknowledged. Pass
volatile only for tests/scratch adapters (e.g. MemoryStore).