Build the default routing-key extractor.
Reads the incoming event's metadata (the raw event the adapter captured), takes the key from the configurable source property, and the payload from metadata.detail or the whole metadata.
metadata
source
metadata.detail
The metadata property holding the routing key.
An extractor.
Build the default routing-key extractor.
Reads the incoming event's
metadata(the raw event the adapter captured), takes the key from the configurablesourceproperty, and the payload frommetadata.detailor the whole metadata.