erlio / vmq_commons

[OBSOLETE] Common Functionality for VerneMQ
https://vernemq.com
Apache License 2.0
8 stars 10 forks source link

Allow vmq plugin modules to refer [*_hook types] as remote types #16

Closed DavydenkovM closed 8 years ago

DavydenkovM commented 8 years ago

Hi there!

A module can export some types to declare that other modules are allowed to refer to them as remote types (export_type). It would be nice to allow vmq plugins to use vmq_commons hook type information for their own needs.

This type information can be used for the following:

What do you think about it? Many thanks in advance!

ioolkos commented 8 years ago

Cool idea :+1: Thanks a lot!