Package org.tkit.rhpam.quarkus.messaging
Class TkitRhpamWIHService
- java.lang.Object
-
- org.tkit.rhpam.quarkus.messaging.TkitRhpamWIHService
-
@ApplicationScoped public class TkitRhpamWIHService extends Object
The type Tkit rhpam wih service.
-
-
Constructor Summary
Constructors Constructor Description TkitRhpamWIHService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>onBusinessErrorWIHMessage(io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message)Test 2 completion stage.CompletionStage<Void>onWIHMessage(io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message)Test 2 completion stage.
-
-
-
Method Detail
-
onWIHMessage
@TraceFromMessage public CompletionStage<Void> onWIHMessage(io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message)
Test 2 completion stage.- Parameters:
message- the message- Returns:
- the completion stage
-
onBusinessErrorWIHMessage
@TraceFromMessage public CompletionStage<Void> onBusinessErrorWIHMessage(io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message)
Test 2 completion stage.- Parameters:
message- the message- Returns:
- the completion stage
-
-