Class FailedStepEmitter
- java.lang.Object
-
- org.tkit.rhpam.quarkus.messaging.emitters.FailedStepEmitter
-
@ApplicationScoped @Traced public class FailedStepEmitter extends Object
The type Failed step emitter.
-
-
Constructor Summary
Constructors Constructor Description FailedStepEmitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendToFailedStepQueue(io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message, Map<String,Object> messageBody, AdditionalErrorInfo additionalErrorInfo, String errorCode)Send to failed step queue.
-
-
-
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 messagemessageBody- the message bodyadditionalErrorInfo- the additional error infoerrorCode- the error code- Throws:
IOException- the io exception
-
-