Class JbpmMessageEmitter
- java.lang.Object
-
- org.tkit.rhpam.quarkus.messaging.emitters.JbpmMessageEmitter
-
@ApplicationScoped @Traced public class JbpmMessageEmitter extends Object
The type Jbpm message emitter.
-
-
Constructor Summary
Constructors Constructor Description JbpmMessageEmitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyJBPM(ProcessStepExecution execution, io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message, ProcessStepExecutionResult result)Notify jbpm.
-
-
-
Method Detail
-
notifyJBPM
public void notifyJBPM(ProcessStepExecution execution, io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message, ProcessStepExecutionResult result) throws IOException
Notify jbpm.- Parameters:
execution- the executionmessage- the messageresult- the result- Throws:
IOException- the io exception
-
-