Skip to main content

Replay Domain Event

GET 

/api/integrationmessages/ReplayDomainEvent/:id

Tier: Internal — subject to change without notice.

Replays a previously recorded domain event by re-publishing it to the internal message bus. This causes the event to be reprocessed by all domain event consumers, which may generate new integration messages and trigger downstream workflows.

Requires LocafiModule.Administration Update permission. The original domain event is not modified; its event type and DTO are repackaged into a InternalMessaging.ReplayDomainEventMessage and republished via the internal message replayer.

Request

Responses

The domain event was replayed successfully.