Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Mersal 0.1 documentation
Mersal 0.1 documentation

Documentation

  • Usage
    • Mersal App
    • Message Handlers
    • Sending Messages
    • Receiving Messages
    • Pub/Sub
    • Routing
    • Error Handling
    • Message Context
    • Message Headers
    • Idempotency
    • Outbox
    • Unit of Work
    • Transport Bridge
    • Transactions
    • Message Processing Pipeline
    • Workers
    • Plugins
    • contrib
      • polling
  • Glossary
  • API reference
    • app
    • activation
    • idempotency
      • in_memory
    • outbox
      • in_memory
    • threading
    • transport
      • in_memory
    • unit_of_work
    • subscription
    • persistence
    • autosubscribe
    • topic
    • contrib
      • sqlalchemy
        • outbox
        • unit_of_work
Back to top
View this page

Mersal App¶

Starting¶

Autosubscribe¶

Passing a mersal.lifespan.autosubscribe.AutosubscribeConfig to the autosubscribe argument allows for subscribing to passed events on startup. See pub/sub

Next
Message Handlers
Previous
Usage
Copyright © 2023, Abdulhaq Emhemmed
Made with Sphinx and @pradyunsg's Furo
On this page
  • Mersal App
    • Starting
    • Autosubscribe