Class FailedStepEmitter


  • @ApplicationScoped
    @Traced
    public class FailedStepEmitter
    extends Object
    The type Failed step emitter.
    • Constructor Detail

      • FailedStepEmitter

        public FailedStepEmitter()
    • Method Detail

      • sendToFailedStepQueue

        public void sendToFailedStepQueue​(io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message,
                                          Map<String,​Object> messageBody,
                                          AdditionalErrorInfo additionalErrorInfo,
                                          String errorCode)
                                   throws IOException
        Send to failed step queue.
        Parameters:
        message - the message
        messageBody - the message body
        additionalErrorInfo - the additional error info
        errorCode - the error code
        Throws:
        IOException - the io exception