3.3.16.3 Roles
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP v1.1 |
These are the classes of actors in all of the streaming channel data protocols. They can be either consumers of data or producers of data. Specifically, this role is independent of the client/server roles associated with the WebSocket connection. Both clients and servers can be either producers or consumers.
Attribute |
Description |
Data Type |
Min |
Max |
---|---|---|---|---|
producer |
1 |
1 |
||
consumer |
1 |
1 |
Avro Source |
---|
{ "type": "enum", "namespace": "Energistics.Datatypes.ChannelData", "name": "Roles", "symbols": [ "producer", "consumer" ] } |