Interface BatchContext
public interface BatchContext
-
Method Summary
Modifier and TypeMethodDescription<T extends BatchOperation>
TReturns a pre-defined batch operation.<T extends BatchOperation>
TgetBatchOperation
(String id, Class<T> clazz) <T extends BatchOperation>
TgetBatchOperation
(String id, Supplier<T> s)
-
Method Details
-
getBatchOperation
Returns a pre-defined batch operation. Throws an exception if the operation is not registered.- Throws:
IllegalArgumentException
-
getBatchOperation
-
getBatchOperation
-