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 |
Extends
- Manager