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 voidemit(org.eclipse.microprofile.reactive.messaging.Message<String> toEmit)Emit a message to JBPM response queuevoidnotifyJBPM(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
-
emit
public void emit(org.eclipse.microprofile.reactive.messaging.Message<String> toEmit)
Emit a message to JBPM response queue- Parameters:
toEmit- message to emit
-
-