Interface BatchContext<B>

Type Parameters:
B - the batch type of this context
All Superinterfaces:
AutoCloseable, Context, Supplier<B>

public interface BatchContext<B> extends Supplier<B>, Context
Handles batch context switching.
Author:
Paul Ferraro