3.4.2.6 Message: ChannelStreamingStop

Topic Version1Published10/31/2016
For StandardETP v1.1

Sent from a consumer to a producer to request that streaming be discontinued on one or more channels. If any of the channels are not already streaming, the producer MUST send EINVALID_STATE

Message Type ID: 5

Correlation Id Usage: n/a

Multi-part: False

Sent by: consumer

Attribute

Description

Data Type

Min

Max

channels

An array of the channels to stop streaming.

long

1

n

Avro Source

{

      "type": "record",

      "namespace": "Energistics.Protocol.ChannelStreaming",

      "name": "ChannelStreamingStop",

      "messageType": "5",

      "protocol": "1",

      "senderRole": "consumer",

      "protocolRoles": "producer,consumer",

      "fields":

     [

         {

          "name": "channels",

          "type": { "type": "array", "items": "long" }

     }

     ]

}