BatchConfig
class BatchConfig
Configuration settings for batching.
Types
Properties
Link copied to clipboard
Whether to allow batching messages from different MQTT topics into a single HTTP request. By default, only messages from the same topic are batched together. The default value is false.
Link copied to clipboard
The maximum amount of time (in milliseconds) that an outgoing call waits for other calls with which it batches messages of the same type. The higher the setting, the longer the latency of the batched HTTP Action will be.
Link copied to clipboard
The maximum number of messages that are batched together in a single action execution.
Link copied to clipboard
Maximum size of a message batch, in bytes.