Packages

A Gleam WebSocket consumer for AT Protocol Jetstream events

Current section

Files

Jump to
goose include goose_JetstreamConfig.hrl
Raw

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()
}).