[][src]Module organix::service

Structs

ControlReader
Controller

a controller can be used to send control command to a service.

Intercom
IntercomReceiver
IntercomSender
IntercomStats
IntercomStatus
NoIntercom
ServiceManager
ServiceRuntime

not to mistake for tokio's runtime. This is the object that will hold the service process and all the other associated data. to allow for a good running activity of the service.

ServiceState

this is the object that every services has access to

Stats

keep some stats based on Welford's online algorithm

StatusReader
StatusReport
StatusUpdater

Enums

Control
ServiceError
Status

these are the different status of the service

Traits

IntercomMsg
ManageService
Service

Type Definitions

ServiceIdentifier