20 #include "mdb/channel_config.h"
21 #include "mdb/connection.h"
22 #include "mdb/error.h"
23 #include "mdb/message.h"
24 #include "mdb/signatures.h"
30 typedef struct mdb_channel mdb_channel_t;
45 mdb_channel_t *mdb_channel_create_async(mdb_connection_t *connection,
46 mdb_channel_config_t *config,
47 mdb_on_done_t on_done,
void *user_data,
72 bool mdb_channel_publish_async(mdb_channel_t *
self, mdb_message_t *message,
73 mdb_on_done_t on_done,
void *user_data,
84 void mdb_channel_destroy(mdb_channel_t **
self);