Package ca.uhn.fhir.batch2.model
Class WorkChunkCompletionEvent
java.lang.Object
ca.uhn.fhir.batch2.model.BaseWorkChunkEvent
ca.uhn.fhir.batch2.model.WorkChunkCompletionEvent
Payload for the work-chunk completion event with the record and error counts.
-
Field Summary
Fields inherited from class ca.uhn.fhir.batch2.model.BaseWorkChunkEvent
myChunkId -
Constructor Summary
ConstructorsConstructorDescriptionWorkChunkCompletionEvent(String theChunkId, int theRecordsProcessed, int theRecoveredErrorCount) WorkChunkCompletionEvent(String theChunkId, int theRecordsProcessed, int theRecoveredErrorCount, String theRecoveredWarningMessage) -
Method Summary
Methods inherited from class ca.uhn.fhir.batch2.model.BaseWorkChunkEvent
getChunkId
-
Constructor Details
-
WorkChunkCompletionEvent
public WorkChunkCompletionEvent(String theChunkId, int theRecordsProcessed, int theRecoveredErrorCount) -
WorkChunkCompletionEvent
public WorkChunkCompletionEvent(String theChunkId, int theRecordsProcessed, int theRecoveredErrorCount, String theRecoveredWarningMessage)
-
-
Method Details
-
getRecordsProcessed
-
getRecoveredErrorCount
-
getRecoveredWarningMessage
-
equals
- Overrides:
equalsin classBaseWorkChunkEvent
-
hashCode
- Overrides:
hashCodein classBaseWorkChunkEvent
-