Class Events
java.lang.Object
io.quarkus.scheduler.common.runtime.Events
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E> CompletionStage<E>fire(jakarta.enterprise.event.Event<E> event, E payload) Fires the CDI event synchronously and asynchronously.
-
Method Details
-
fire
Fires the CDI event synchronously and asynchronously.An exception thrown from the notification of synchronous observers is not re-thrown.
- Type Parameters:
E-- Parameters:
event-payload-- Returns:
- the completion stage from the asynchronous notification
-