Current section

Files

Jump to
carotte include carotte_Builder.hrl
Raw

include/carotte_Builder.hrl

-record(builder, {
username :: binary(),
password :: binary(),
virtual_host :: binary(),
host :: binary(),
port :: integer(),
channel_max :: integer(),
frame_max :: integer(),
heartbeat :: integer(),
connection_timeout :: integer()
}).