Skip to main content

9 docs tagged with "Business Event"

View All Tags

Consume Events from another Service

You want to consume an Event from a Service that has already been published so that you can implement logic that is executed when the Event is triggered.

Debug Events locally

I have a Domain Service project with Event publishing inside and I want to debug e.g. the event-publishing Command. How can I debug my Command and see whether my Event was published correctly?

Unit 13: Implement Agent

In this course you will learn how to implement an agent within the domain namespace using your local IDE.

Unit 3: Design Commands

In this course you will learn about the different types of commands within a domain namespace. You will also practice how to design commands with their input, business events and business errors using the .

Use Enterprise Events with Schema Registry

For your asychronous communications within and between services, you want to establish well defined "contracts" of the event payload data for everyone to use by means of using the new schema registry supported feature in .