Interface Batchable

All Superinterfaces:
Runnable
All Known Implementing Classes:
TaskInvocation

public interface Batchable extends Runnable
INTERNAL API

All Batchables are automatically batched when submitted to a BatchingExecutor

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • isBatchable

      boolean isBatchable()