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
Handling Queues
HandlerRegistry configuration
Serving Async Queries
HandlerRegistry configuration
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
Configuration Properties
2 items