Class

DirectoryManager

Managers.DirectoryManager(participantManager, tableName)

Constructor

# new DirectoryManager(participantManager, tableName)

Stores references to some entities for quicker lookup on the front end (eg, products, suppliers, etc)

.

Stores references to some entities for quicker lookup on the front end (eg, products, suppliers, etc)

Parameters:
Name Type Description
participantManager ParticipantManager

the top-level manager for this participant, which knows other managers.

tableName string

the default table name for this manager eg: MessageManager will write to the messages table

View Source managers/DirectoryManager.js, line 5

Extends

  • Manager