Package org.tkit.rhpam.quarkus.emitters
Class JbpmMessageEmitter
- java.lang.Object
-
- org.tkit.rhpam.quarkus.emitters.JbpmMessageEmitter
-
@ApplicationScoped 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, org.eclipse.microprofile.reactive.messaging.Message message, ProcessStepExecutionResult result)Notify jbpm.
-
-
-
Method Detail
-
notifyJBPM
public void notifyJBPM(ProcessStepExecution execution, org.eclipse.microprofile.reactive.messaging.Message message, ProcessStepExecutionResult result) throws IOException
Notify jbpm.- Parameters:
execution- the executionmessage- the messageresult- the result- Throws:
IOException- the io exception
-
-