IoT Core Broker Service, gRPC: BrokerDataService
Written by
A set of methods to work with IoT Core messages on behalf of broker
Call | Description |
---|---|
Publish | Publishes message on behalf of specified broker |
Calls BrokerDataService
Publish
Publishes message on behalf of specified broker
rpc Publish (PublishBrokerDataRequest) returns (PublishBrokerDataResponse)
PublishBrokerDataRequest
Field | Description |
---|---|
broker_id | string Required. ID of broker publishing message The maximum string length in characters is 50. |
topic | string Required. Topic where message should be published The maximum string length in characters is 1024. |
data | bytes Content of the message The maximum string length in characters is 262144. |