Current section

Files

Jump to
carotte include carotte@queue_Queue.hrl
Raw

include/carotte@queue_Queue.hrl

-record(queue, {
name :: binary(),
passive :: boolean(),
durable :: boolean(),
exclusive :: boolean(),
auto_delete :: boolean(),
nowait :: boolean()
}).