Problem
createWebhookForwarder (horizon-listener/src/factory.ts) — a one-call factory combining RpcEventSource, HttpWebhookSender, and HorizonListener — is exported from the package's public API but never mentioned in horizon-listener/README.md, which instead only shows the three pieces wired together manually.
Why it matters
This is exactly the kind of convenience API a README should lead with for the common case; without documentation, users are more likely to hand-wire the three pieces themselves (as the README currently shows) even though a simpler option exists.
Suggested approach
Add the factory as the primary "quick start" example in the README, keeping the manual wiring example further down for cases needing more control.
Problem
createWebhookForwarder(horizon-listener/src/factory.ts) — a one-call factory combiningRpcEventSource,HttpWebhookSender, andHorizonListener— is exported from the package's public API but never mentioned inhorizon-listener/README.md, which instead only shows the three pieces wired together manually.Why it matters
This is exactly the kind of convenience API a README should lead with for the common case; without documentation, users are more likely to hand-wire the three pieces themselves (as the README currently shows) even though a simpler option exists.
Suggested approach
Add the factory as the primary "quick start" example in the README, keeping the manual wiring example further down for cases needing more control.