Uses of Class
org.tkit.rhpam.quarkus.messaging.model.AdditionalErrorInfo
-
Packages that use AdditionalErrorInfo Package Description org.tkit.rhpam.quarkus.messaging org.tkit.rhpam.quarkus.messaging.emitters org.tkit.rhpam.quarkus.messaging.model org.tkit.rhpam.quarkus.process -
-
Uses of AdditionalErrorInfo in org.tkit.rhpam.quarkus.messaging
Methods in org.tkit.rhpam.quarkus.messaging that return AdditionalErrorInfo Modifier and Type Method Description AdditionalErrorInfoBusinessErrorHandlerStepService. provideErrorInformation(ProcessStepExecution workItem, Exception exc)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. -
Uses of AdditionalErrorInfo in org.tkit.rhpam.quarkus.messaging.emitters
Methods in org.tkit.rhpam.quarkus.messaging.emitters with parameters of type AdditionalErrorInfo Modifier and Type Method Description voidFailedStepEmitter. sendToFailedStepQueue(io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message, Map<String,Object> messageBody, AdditionalErrorInfo additionalErrorInfo, String errorCode)Send to failed step queue. -
Uses of AdditionalErrorInfo in org.tkit.rhpam.quarkus.messaging.model
Methods in org.tkit.rhpam.quarkus.messaging.model that return AdditionalErrorInfo Modifier and Type Method Description static AdditionalErrorInfoAdditionalErrorInfo. createDefault(ProcessStepExecution workItem, Throwable exc) -
Uses of AdditionalErrorInfo in org.tkit.rhpam.quarkus.process
Methods in org.tkit.rhpam.quarkus.process that return AdditionalErrorInfo Modifier and Type Method Description default AdditionalErrorInfoProcessStepService. provideErrorInformation(ProcessStepExecution workItem, Exception exc)Provide any additional error information in case the processing of#doExecutehas failed.
-