Module base

Source
Expand description

The base mod defines the basic communication building blocks used by setting handlers.

Structs§

Context
Context captures all details necessary for a handler to execute in a given settings service environment.
Environment

Enums§

Error
Payload
The data that is sent to and from setting handlers through the service MessageHub.
Request
The possible requests that can be made on a setting. The sink will expect a subset of the values defined below based on the associated type. The types are arranged alphabetically.
SettingHandlerFactoryError

Type Aliases§

ControllerGenerateResult
Response