February 2013
Intermediate to advanced
656 pages
21h 26m
English
It looks as if there could be a legitimate use of eventual consistency between separate Aggregates. Here is how it could work.
public class TaskHoursRemainingEstimated implements DomainEvent { private Date occurredOn; private TenantId tenantId; private BacklogItemId backlogItemId; private TaskId taskId; private int hoursRemaining; ... }
A specialized subscriber would now listen for these and delegate to a ...
Read now
Unlock full access