View Source WalEx.Config (WalEx v4.3.0)
Configuration
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type start_opts() :: [ database: binary(), hostname: binary(), name: binary(), password: binary(), port: binary(), publication: binary(), username: binary(), webhook_signing_secret: binary(), slot_name: binary(), durable_slot: boolean(), message_middleware: (term(), term() -> :ok), event_relay: keyword(), modules: [module()], subscriptions: [binary()] ]
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec start_link(opts :: start_opts()) :: Agent.on_start()