Package io.quarkus.vertx.runtime
Class EventConsumerInvoker
- java.lang.Object
-
- io.quarkus.vertx.runtime.EventConsumerInvoker
-
public abstract class EventConsumerInvoker extends Object
Invokes a business method annotated withConsumeEvent.
-
-
Constructor Summary
Constructors Constructor Description EventConsumerInvoker()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidinvoke(io.vertx.core.eventbus.Message<Object> message)protected abstract ObjectinvokeBean(io.vertx.core.eventbus.Message<Object> message)booleanisBlocking()booleanisOrdered()
-