Class SmallRyeReactiveMessagingLifecycle
- java.lang.Object
-
- io.quarkus.smallrye.reactivemessaging.runtime.SmallRyeReactiveMessagingLifecycle
-
@Dependent public class SmallRyeReactiveMessagingLifecycle extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.smallrye.reactive.messaging.providers.extension.MediatorManagermediatorManager
-
Constructor Summary
Constructors Constructor Description SmallRyeReactiveMessagingLifecycle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidonApplicationStart(io.quarkus.runtime.StartupEvent event)(package private) voidonStaticInit(Object event, SmallRyeReactiveMessagingRecorder.SmallRyeReactiveMessagingContext context, QuarkusWorkerPoolRegistry workerPoolRegistry)
-
-
-
Method Detail
-
onStaticInit
void onStaticInit(@Observes @Initialized(javax.enterprise.context.ApplicationScoped.class) Object event, SmallRyeReactiveMessagingRecorder.SmallRyeReactiveMessagingContext context, QuarkusWorkerPoolRegistry workerPoolRegistry)
-
onApplicationStart
void onApplicationStart(@Observes @Priority(1000) io.quarkus.runtime.StartupEvent event)
-
-