DefaultTokenProvider |
Default token provider in case the host does not provide one. It simply caches the provided jwt and returns it back. |
DeltaStorageService |
Provides access to the underlying delta storage on the server for routerlicious driver. |
DocumentDeltaStorageService |
Storage service limited to only being able to fetch documents for a specific document |
DocumentPostCreateError |
Error returned by createContainer(createNewSummary, resolvedUrl, logger, clientIsSummarizer) when an error is thrown in documentPostCreateCallback(documentId, creationToken). It is the consumer's responsibility to ensure that any state related to container creation is appropriately cleaned up in the event of failure. This includes the document itself, which will have been created by the time this error was thrown. |
DocumentService |
The DocumentService manages the Socket.IO connection and manages routing requests to connected clients. |
DocumentStorageService |
|
NullBlobStorageService |
Document access to underlying storage. It is default implementation of a storage service. Does not read/write anything. |
RouterliciousDocumentServiceFactory |
Factory for creating the routerlicious document service. Use this if you want to use the routerlicious implementation. |