DispatchCatchingUp

A method object dispatching the event to catch-up.

Parameters

<I>

the type of the identifiers of the entities to which the event should be dispatched.

Functions

Link copied to clipboard
public abstract Set<I> perform(ProjectionRepository<I, ? extends Object, ? extends Object> repo, Event event, Set<I> narrowDownToIds)
Dispatches the given event and optionally narrowing down the entities by the set of entity identifiers to dispatch the event to.