Class MigrationBuilder<TReadResult,​TWriteResult,​TReadInput,​TWriteInput>

  • Type Parameters:
    TReadResult - The result type for reads.
    TWriteResult - The result type for writes.
    TReadInput - The input parameter type for reads.
    TWriteInput - The input type for writes.

    public class MigrationBuilder<TReadResult,​TWriteResult,​TReadInput,​TWriteInput>
    extends java.lang.Object
    This builder is used to construct Migration instances.

    This class is not thread-safe. The builder should be used on one thread and then the built Migration is thread safe.