Package org.tkit.rhpam.quarkus.emitters
Class FailedStepEmitter
- java.lang.Object
-
- org.tkit.rhpam.quarkus.emitters.FailedStepEmitter
-
@ApplicationScoped 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(org.eclipse.microprofile.reactive.messaging.Message<String> message, Map<String,Object> messageBody, AdditionalErrorInfo additionalErrorInfo, String errorCode)Send to failed step queue.
-
-
-
Method Detail
-
sendToFailedStepQueue
public void sendToFailedStepQueue(org.eclipse.microprofile.reactive.messaging.Message<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
-
-