Enum PubSubModelType

Enum Documentation

enum class csp::systems::PubSubModelType

Enum representing the scopes pub/sub model type Object: used in object scopes, each object is published to its own channel, and client subscribes to the channels of only the objects they can see Global: used in global scopes, all objects are published to a single channel, client subscribes to the channel and can see everything in the channel/scope.

Values:

enumerator Object
enumerator Global