You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 anExternalized
interface could be provided, which would require type or instance-based routing.The text was updated successfully, but these errors were encountered: