Interface BatchContext

All Superinterfaces:
AutoCloseable

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

    Modifier and Type
    Method
    Description
    void
    Closes this batch context.
  • Method Details

    • close

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