Package org.tkit.rhpam.quarkus.messaging
Class JBPMProcessEventListener
- java.lang.Object
-
- org.tkit.rhpam.quarkus.messaging.JBPMProcessEventListener
-
@ApplicationScoped public class JBPMProcessEventListener extends Object
The process log executor listener.
-
-
Constructor Summary
Constructors Constructor Description JBPMProcessEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>onProcessEvent(io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message)Execute the process event in the application.
-
-
-
Method Detail
-
onProcessEvent
@TraceFromMessage public CompletionStage<Void> onProcessEvent(io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message)
Execute the process event in the application.- Parameters:
message- the message from the process engine.- Returns:
- completion stage
-
-