Method decorator: mark a method as the handler for a routing key on a @KeyHandler() class.
The light router (@KeyRouting()) dispatches an incoming event, keyed by a configurable property,
to the matching method. One class can answer several keys, one method each.
Method decorator: mark a method as the handler for a routing key on a
@KeyHandler()class.The light router (
@KeyRouting()) dispatches an incoming event, keyed by a configurable property, to the matching method. One class can answer several keys, one method each.