📄️ Getting Started
This quick start tutorial sets up a single node RabbitMQ and runs the sample reactive sender and consumer using Reactive
📄️ Sending a Domain Event
API specification
📄️ Sending a Command
API specification
📄️ Making an Async Query
API specification
📄️ Handler Registry
Before start handling DomainEvents, Commands or Async Queries you should know a HandlerRegistry abstraction which enables you the ability to register what kind of these items can handle or serve.
📄️ Handling DomainEvents
HandlerRegistry configuration
📄️ Handling Commands
HandlerRegistry configuration
📄️ Serving Async Queries
HandlerRegistry configuration
📄️ Configuration Properties
You can customize some predefined variables of Reactive Commons
📄️ Wildcards
You may need to listen variable event names that have the same structure, in that case you have the
📄️ Creating a CloudEvent
Additional Dependencies