@fluidframework/routerlicious-driver Package
Packages > @fluidframework/routerlicious-driver
Classes
List of classes contained in this package or namespace
Class |
Description |
DefaultErrorTracking |
The default error tracking service implementation. It does not track any errors. |
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 |
DocumentService |
The DocumentService manages the Socket.IO connection and manages routing requests to connected clients |
DocumentService2 |
The DocumentService manages the Socket.IO connection and manages routing requests to connected clients |
DocumentStorageService |
Document access to underlying storage for routerlicious driver. |
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. |
Interfaces
List of interfaces contained in this package or namespace
Interface |
Description |
ITokenProvider |
The ITokenProvider abstracts the token fetching mechanism for a host. Host will be responsible for implementing the interfaces. |
ITokenResponse |
|
ITokenService |
The ITokenService abstracts the discovery of claims contained within a token |