CoreService
The implementation of the API endpoints specified in CoreApi. These are general endpoints which are used across the entire application.
Attributes
- Experimental
- true
- Graph
-
- Supertypes
- Self type
-
CoreService.type
Members list
Type members
Inherited types
The kinds of capabilities that API endpoints in this application have.
The kinds of capabilities that API endpoints in this application have.
Attributes
- Inherited from:
- Service
The type of all API endpoints in this application.
Value members
Concrete fields
A collection of all endpoints implemented in this service.
A collection of all endpoints implemented in this service.
Attributes
An endpoint that serves static files from the client's "resources" directory. Returns 304 Not Modified if the client's cached ETag matches.
An endpoint that serves static files from the client's "resources" directory. Returns 304 Not Modified if the client's cached ETag matches.
Attributes
A health check endpoint that confirms the server is running and able to accept requests.
A health check endpoint that confirms the server is running and able to accept requests.
Attributes
An endpoint that establishes a websocket connection so that the client is able to detect when the server has been restarted, at which time the client will proceed by reloading the page.
An endpoint that establishes a websocket connection so that the client is able to detect when the server has been restarted, at which time the client will proceed by reloading the page.
Attributes
- Note
-
Only available in development mode.
Inherited fields
An endpoint that serves metrics about this application, in a format that can be scraped by Prometheus.
An endpoint that serves metrics about this application, in a format that can be scraped by Prometheus.
Attributes
- Inherited from:
- Service