emqx/apps/emqx_bridge_rabbitmq/src
Kjell Winblad ef9884cf47 refactor(rule trace): templates rendered trace to increase code reuse
* The code for passing the trace context to a sub process has been
  improved to increase code reuse. This code is used when the action
  templates are rendered in a sub process.
* A macro has also been added for the error term that is thrown when the
  action shall be stopped after the templates has been rendered. This is
  also done to reduce code duplication and to reduce the risk of
  introducing bugs due to typos.
* Fix incorrect type spec

Thanks to @zmstone for suggesting these improvements in comments to a PR
(https://github.com/emqx/emqx/pull/12916).
2024-04-25 13:15:36 +02:00
..
emqx_bridge_rabbitmq.app.src chore: bump apps versions 2024-03-28 10:19:09 +01:00
emqx_bridge_rabbitmq.erl chore: add desc for rabbitmq source 2024-02-06 07:57:13 +08:00
emqx_bridge_rabbitmq_action_info.erl feat: rabbitmq bridge v2 integration 2024-02-06 07:57:12 +08:00
emqx_bridge_rabbitmq_app.erl feat: rabbitmq bridge v2 integration 2024-02-06 07:57:12 +08:00
emqx_bridge_rabbitmq_connector.erl refactor(rule trace): templates rendered trace to increase code reuse 2024-04-25 13:15:36 +02:00
emqx_bridge_rabbitmq_connector_info.erl refactor(remaining connectors): to use emqx_connector_info 2024-03-21 09:47:57 +01:00
emqx_bridge_rabbitmq_connector_schema.erl refactor(emqx_connector_info): improve documentation and type specs 2024-03-21 16:08:31 +01:00
emqx_bridge_rabbitmq_pubsub_schema.erl feat(bridge): add is_template flag to bridge config fields 2024-04-17 13:10:55 +02:00
emqx_bridge_rabbitmq_source_sup.erl chore: add copyright header 2024-02-06 07:57:13 +08:00
emqx_bridge_rabbitmq_source_worker.erl feat: don't publish mqtt message in rabbitmq's source 2024-02-08 12:38:18 +08:00
emqx_bridge_rabbitmq_sup.erl chore: add desc for rabbitmq source 2024-02-06 07:57:13 +08:00