Class BatchAction<T extends BatchAction>

  • All Implemented Interfaces:
    java.lang.Comparable<T>

    public class BatchAction<T extends BatchAction>
    extends Action<T>
    • Field Detail

      • allowBatch

        protected boolean allowBatch
    • Constructor Detail

      • BatchAction

        public BatchAction()
    • Method Detail

      • isAllowBatch

        public boolean isAllowBatch()
      • withAllowBatch

        public T withAllowBatch​(boolean allowBatch)