newCatchUpProcess

public CatchUpProcessBuilder<I> newCatchUpProcess<I>(ProjectionRepository<I, ? extends Object, ? extends Object> repo)

Creates a new instance of the builder for CatchUpProcess.

Return

new builder for the CatchUpProcess

Parameters

repo

projection repository for which the catch-up process will be created

<I>

the type of identifiers of entities managed by the projection repository