Current section
Files
Jump to
Current section
Files
include/goose_JetstreamConfig.hrl
-record(jetstream_config, {
endpoint :: binary(),
wanted_collections :: list(binary()),
wanted_dids :: list(binary()),
cursor :: gleam@option:option(integer()),
max_message_size_bytes :: gleam@option:option(integer()),
compress :: boolean(),
require_hello :: boolean()
}).