RegistrationRole¶
Namespace:
SideXP.Broadcaster
What a registration does on the bus, reported on the monitor's registration-change hooks and per-callback sub-spans. Derived from the registration's concrete kind at report time.
Fields¶
SignalListener¶
A signal listener, invoked on each emit.
Provider¶
A state provider, answering "what is the current value?".
CommandHandler¶
The single handler that performs a command.
RequestHandler¶
The single handler that answers a request.
CuePerformer¶
A cue performer.