Class BaseWorkChunkEvent

java.lang.Object
ca.uhn.fhir.batch2.model.BaseWorkChunkEvent
Direct Known Subclasses:
WorkChunkCompletionEvent, WorkChunkErrorEvent

public abstract class BaseWorkChunkEvent extends Object
Payloads for WorkChunk state transitions. Some events in the state-machine update the chunk metadata (e.g. error message). This class provides a base-class for those event objects.