Skip to content

RegistrationRole

Namespace: SideXP.Broadcaster

public enum RegistrationRole

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

SignalListener = 0

A signal listener, invoked on each emit.

Provider

Provider = 1

A state provider, answering "what is the current value?".

CommandHandler

CommandHandler = 2

The single handler that performs a command.

RequestHandler

RequestHandler = 3

The single handler that answers a request.

CuePerformer

CuePerformer = 4

A cue performer.