Class SmallRyeReactiveMessagingLifecycle
java.lang.Object
io.quarkus.smallrye.reactivemessaging.runtime.SmallRyeReactiveMessagingLifecycle
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) io.smallrye.reactive.messaging.providers.extension.MediatorManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidonApplicationStart(io.quarkus.runtime.StartupEvent event) (package private) voidonStaticInit(Object event, SmallRyeReactiveMessagingRecorder.SmallRyeReactiveMessagingContext context, QuarkusWorkerPoolRegistry workerPoolRegistry)
-
Field Details
-
mediatorManager
@Inject io.smallrye.reactive.messaging.providers.extension.MediatorManager mediatorManager
-
-
Constructor Details
-
SmallRyeReactiveMessagingLifecycle
public SmallRyeReactiveMessagingLifecycle()
-
-
Method Details
-
onStaticInit
void onStaticInit(@Observes @Initialized(jakarta.enterprise.context.ApplicationScoped.class) Object event, SmallRyeReactiveMessagingRecorder.SmallRyeReactiveMessagingContext context, QuarkusWorkerPoolRegistry workerPoolRegistry) -
onApplicationStart
void onApplicationStart(@Observes @Priority(1000) io.quarkus.runtime.StartupEvent event)
-