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 for
PojoMassIndexingContext
,
allowing changes to the parameters of object loading,
for example while a query is being built.-
Method Summary
-
Method Details
-
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.
-