Raw content from the responseTopic tag
Parsed response topic information with topic path, or null if parsing fails
// Input: "v1/{tenant}/devices/{deviceId}/commands/ack"
// Output: { topic: "v1/{tenant}/devices/{deviceId}/commands/ack" }
// Input: "v1/{tenant}/devices/{deviceId}/status/response"
// Output: { topic: "v1/{tenant}/devices/{deviceId}/status/response" }
Parser for responseTopic tags - defines MQTT response topic paths
This parser handles the responseTopic tag that defines where responses or acknowledgments should be published for command/response patterns in MQTT. It extracts: