Skip to content

StorageType

nats.js.api.StorageType #

Bases: str, Enum

The type of storage backend

FILE class-attribute instance-attribute #

FILE = 'file'

MEMORY class-attribute instance-attribute #

MEMORY = 'memory'