Interface BatchContext

  • All Superinterfaces:
    AutoCloseable

    public interface BatchContext
    extends AutoCloseable
    Handles batch context switching.
    Author:
    Paul Ferraro
    • Method Detail

      • close

        void close()
        Closes this batch context.
        Specified by:
        close in interface AutoCloseable