MessageRateLimit(messages_per_second[, buffer]) -> new MessageRateLimit component.
Buffers messages and outputs them at a rate limited by the specified rate once the buffer is full.
Keyword arguments: - messages_per_second -- maximum output rate - buffer -- size of buffer (0 or greater) (default=60)
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |