emqx_message_transformation.app.src 415 B

12345678910111213141516
  1. {application, emqx_message_transformation, [
  2. {description, "EMQX Message Transformation"},
  3. {vsn, "0.1.1"},
  4. {registered, [emqx_message_transformation_sup, emqx_message_transformation_registry]},
  5. {mod, {emqx_message_transformation_app, []}},
  6. {applications, [
  7. kernel,
  8. stdlib,
  9. emqx,
  10. emqx_schema_registry
  11. ]},
  12. {env, []},
  13. {modules, []},
  14. {links, []}
  15. ]}.