public interface IBatchInterrupted
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
Returns the content of the interrupted element.
|
ContentType |
getContentType()
Returns the content type of the interrupted element.
|
int |
getErrorCount()
Returns the number of entries which had errors.
|
java.lang.String |
getReason()
Returns the reason this batch was interrupted.
|
int |
getSkippedCount()
Returns the number of entries which were parsed but not processed.
|
int |
getSuccessCount()
Returns the number of entries which processed successfully.
|
int |
getTotalCount()
Returns the number of entries which were parsed.
|
java.lang.String getContent()
ContentType getContentType()
int getErrorCount()
java.lang.String getReason()
int getSkippedCount()
int getSuccessCount()
int getTotalCount()