Current section
Files
Jump to
Current section
Files
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()
}).