Uses of Class
org.tkit.rhpam.quarkus.messaging.model.AdditionalErrorInfo
-
Packages that use AdditionalErrorInfo Package Description org.tkit.rhpam.quarkus.emitters org.tkit.rhpam.quarkus.messaging -
-
Uses of AdditionalErrorInfo in org.tkit.rhpam.quarkus.emitters
Methods in org.tkit.rhpam.quarkus.emitters with parameters of type AdditionalErrorInfo Modifier and Type Method Description voidFailedStepEmitter. sendToFailedStepQueue(org.eclipse.microprofile.reactive.messaging.Message<String> message, Map<String,Object> messageBody, AdditionalErrorInfo additionalErrorInfo, String errorCode)Send to failed step queue. -
Uses of AdditionalErrorInfo in org.tkit.rhpam.quarkus.messaging
Methods in org.tkit.rhpam.quarkus.messaging that return AdditionalErrorInfo Modifier and Type Method Description default AdditionalErrorInfoProcessStepService. provideErrorInformation(ProcessStepExecution workItem, Exception e)Provide any additional error information in case the processing of#doExecutehas failed.Methods in org.tkit.rhpam.quarkus.messaging with parameters of type AdditionalErrorInfo Modifier and Type Method Description voidProcessClientServiceV2. endLog(ProcessStepExecution execution, ProcessStepExecutionResult result, io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message, Throwable exception, AdditionalErrorInfo additionalErrorInfo)End log.voidProcessClientServiceV2. technicalError(ProcessStepExecution workItem, ProcessStepExecutionResult result, org.eclipse.microprofile.reactive.messaging.Message message, Exception exception, AdditionalErrorInfo additionalErrorInfo)Technical error.
-