Interface PojoMassIndexingContextBuilder<LOS>
-
- Type Parameters:
LOS
- The type of the initial step of the mass indexing loading options definition DSL
public interface PojoMassIndexingContextBuilder<LOS>
A builder forPojoMassIndexingContext
, allowing changes to the parameters of object loading, for example while a query is being built.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PojoMassIndexingContext
build()
LOS
toAPI()
-
-
-
Method Detail
-
toAPI
LOS toAPI()
- Returns:
- The inital step of the mass indexing loading options definition DSL passed to user-defined consumers added through
-
build
PojoMassIndexingContext build()
- Returns:
- The configured loading context.
-
-