Proto file mqtt.proto
Service: MqttService
Method | Request Type | Response Type | Description |
---|---|---|---|
PullMessages | PullMessagesRequest | PullMessagesResponse stream |
PullMessagesRequest
Field Name | Type | Description |
---|---|---|
name | string |
PullMessagesResponse
Field Name | Type | Description |
---|---|---|
name | string | |
topic | string | |
payload | string |