Module io.helidon.service.registry
Package io.helidon.service.registry
Annotation Interface Event.AsyncObserver
- Enclosing class:
Event
A service method that is an event observer. The method MUST have a parameter that is the type of the event.
Async observers are invoked on a separate thread and will never feed information back to the
Event.Emitter
(even if Event.Emitter.emitAsync(Object, Qualifier...)
is used).