Package ca.uhn.fhir.batch2.model
Class WorkChunkErrorEvent
java.lang.Object
ca.uhn.fhir.batch2.model.BaseWorkChunkEvent
ca.uhn.fhir.batch2.model.WorkChunkErrorEvent
Payload for the work-chunk error event including the error message, and the allowed retry count.
-
Field Summary
Fields inherited from class ca.uhn.fhir.batch2.model.BaseWorkChunkEvent
myChunkId -
Constructor Summary
ConstructorsConstructorDescriptionWorkChunkErrorEvent(String theChunkId) WorkChunkErrorEvent(String theChunkId, String theErrorMessage) -
Method Summary
Methods inherited from class ca.uhn.fhir.batch2.model.BaseWorkChunkEvent
getChunkId
-
Constructor Details
-
WorkChunkErrorEvent
-
WorkChunkErrorEvent
-
-
Method Details
-
getErrorMsg
-
setErrorMsg
-
equals
- Overrides:
equalsin classBaseWorkChunkEvent
-
hashCode
- Overrides:
hashCodein classBaseWorkChunkEvent
-