Uses of Interface
ca.uhn.fhir.batch2.api.IJobCompletionHandler
Packages that use IJobCompletionHandler
-
Uses of IJobCompletionHandler in ca.uhn.fhir.batch2.model
Methods in ca.uhn.fhir.batch2.model that return IJobCompletionHandlerModifier and TypeMethodDescriptionJobDefinition.getCompletionHandler()JobDefinition.getErrorHandler()Methods in ca.uhn.fhir.batch2.model with parameters of type IJobCompletionHandlerModifier and TypeMethodDescriptionJobDefinition.Builder.completionHandler(IJobCompletionHandler<PT> theCompletionHandler) Supplies an optional callback that will be invoked when the job is completeJobDefinition.Builder.errorHandler(IJobCompletionHandler<PT> theErrorHandler) Supplies an optional callback that will be invoked if the job fails