We are following DDD for a project... We need to access a legacy application from a bounded context . So we create an Anti corruption layer.. However we have a problem... The method that we are executing in the ACL is asynchronous and returns the result via an event... The result of call is used to update a db in the bound context...
In such scenarios can we use Domain Events for communication between ACL and Bounded Context
Thanks in Advance