Interface SendInformationAggregator
-
- All Implemented Interfaces:
public interface SendInformationAggregator
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetTotalAmountOfBatches(Integer total)abstract UnitincrementAttemptedBatches(Integer count)abstract UnitincrementBatches(Boolean success, Integer count)abstract UnitaddPath(String path)abstract UnitaddErrorCode(String errorCode)abstract Unitflush()abstract BooleanisMaxBatchesReached()-
-
Method Detail
-
setTotalAmountOfBatches
abstract Unit setTotalAmountOfBatches(Integer total)
-
incrementAttemptedBatches
abstract Unit incrementAttemptedBatches(Integer count)
-
incrementBatches
abstract Unit incrementBatches(Boolean success, Integer count)
-
addErrorCode
abstract Unit addErrorCode(String errorCode)
-
isMaxBatchesReached
abstract Boolean isMaxBatchesReached()
-
-
-
-