Add support to qualify domain events as to-be-externalized
odrotbohm opened this issue · 0 comments
odrotbohm commented
Some domain events published within a system will be subject for externalization, meaning that the system will put means in place to serialize these events and publish them via messaging middleware. It would be nice if we provided an annotation @Externalized
that additionally captures a logical target name. Alternatively an Externalized
interface could be provided, which would require type or instance-based routing.