java.lang.Object
io.helidon.service.registry.Event

public final class Event extends Object
Injection event types.

To publish an event, inject an instance of Event.Emitter.

To receive events, implement a method (at least package private) with the event object as a parameter, annotated with Event.Observer. The method can have any name, must be void, and have a single parameter that defines the event type.