Inbound Event
What is an inbound event?
If a microservice wants to receive/consume events from another service, an inbound event can be used to consume data.
Steps to create an inbound event:
- Go to the Events tab.
- Click on "Add" and select the Inbound Event category. Enter a name and confirm by clicking the plus button.
- Choose the channel (for more explanation, see Channels).
- Choose the schema of the inbound event.
- If a channel contains multiple event types, further filtering is required to process the necessary events.
- Choose the action on the API. This action will be performed upon consuming the event.
Note: API is a prerequisite for event consumption. You can check how to enable inbound events. You can make the API invisible if you do not want it to be exposed as public.