| AbstractNodeService |
abstract class AbstractNodeServiceAbstract superclass for services that a node can host, which provides helper functions. |
| AcceptsFileUpload |
interface AcceptsFileUploadA service that implements AcceptsFileUpload can have new binary data provided to it via an HTTP upload. |
| Checkpoint |
data class Checkpoint |
| CheckpointStorage |
interface CheckpointStorageThread-safe storage of fiber checkpoints. |
| MonitoringService |
class MonitoringServiceProvides access to various metrics and ways to notify monitoring services of things, for sysadmin purposes. This is not an interface because it is too lightweight to bother mocking out. |
| RegulatorService |
interface RegulatorServicePlaceholder interface for regulator services. |
| ServiceHubInternal |
interface ServiceHubInternal : ServiceHub |