CatchUpProcessBuilder

public final class CatchUpProcessBuilder<I>

A builder for CatchUpProcess.

Properties

Link copied to clipboard
public final ProjectionRepository<I, ? extends Object, ? extends Object> repository

Functions

Link copied to clipboard
Creates a new instance of CatchUpProcess.
Link copied to clipboard
public ProjectionRepository<I, ? extends Object, ? extends Object> getRepository()
Obtains the projection repository for which the catch-up process is being built.
Link copied to clipboard
Sets the way to dispatch the events during the catch-up.