Publishes events to be consumed by subscribers for their topic.
The events can come from different (external) sources
like emitted themselves, received via HTTP endpoint (i.e. webhook)
or from event brokers, queues, etc.
Deprecated
use the EventsService via the constructor, setter, or other means instead
Publishes events to be consumed by subscribers for their topic. The events can come from different (external) sources like emitted themselves, received via HTTP endpoint (i.e. webhook) or from event brokers, queues, etc.
Deprecated
use the
EventsServicevia the constructor, setter, or other means instead