The public bus publisher. Typed against the registry, so an unregistered
event name or a payload that does not match its schema is a type error at
the call site rather than a validation failure in a consumer.
This is the only customer-event publisher. A second one used to wrap it to
add entity references; that is now the entityId arm of
PublishableCustomerEvent.
The public bus publisher. Typed against the registry, so an unregistered event name or a payload that does not match its schema is a type error at the call site rather than a validation failure in a consumer.
This is the only customer-event publisher. A second one used to wrap it to add entity references; that is now the
entityIdarm of PublishableCustomerEvent.