...
Field | Description |
---|---|
Name | A unique reference for a template in a template suite |
Message Type | Type of message that this template will be applied forto. |
Method | HTTP method that will be used for in a request |
URL | URL to which a request is made |
Header | Request headers, typically used for authorization |
Body | Request body defined as a JSON string |
...
The main difference between these two categories is that Smart message types have a pre-defined template body that cannot be changed. The resulting message structure is identical to RabbitMQ protocols (RTA & Parking Sessions) and supports Parking Session messages that are crucial for unmarked parking bays and useful for payment applications. It also allows for an easier transition to RabbitMQ.
...