Package io.apicurio.registry.events
Class EventsServiceImpl
- java.lang.Object
-
- io.apicurio.registry.events.EventsServiceImpl
-
- All Implemented Interfaces:
EventsService
@ApplicationScoped public class EventsServiceImpl extends Object implements EventsService
- Author:
- Fabian Martinez
-
-
Constructor Summary
Constructors Constructor Description EventsServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(io.quarkus.runtime.StartupEvent ev)
boolean
isConfigured()
void
triggerEvent(RegistryEventType type, Optional<String> artifactId, Object data)
-
-
-
Method Detail
-
init
public void init(@Observes io.quarkus.runtime.StartupEvent ev)
-
isConfigured
public boolean isConfigured()
- Specified by:
isConfigured
in interfaceEventsService
-
triggerEvent
public void triggerEvent(RegistryEventType type, Optional<String> artifactId, Object data)
- Specified by:
triggerEvent
in interfaceEventsService
-
-