RmqEvents
RabbitMQ events map for the ampqlip client. Key is the event name and value is the corresponding callback function.
type RmqEvents = {
error: OnErrorCallback;
disconnect: VoidCallback;
connect: VoidCallback;
};
RabbitMQ events map for the ampqlip client. Key is the event name and value is the corresponding callback function.
type RmqEvents = {
error: OnErrorCallback;
disconnect: VoidCallback;
connect: VoidCallback;
};