Package io.apicurio.registry.events
Interface EventsService
-
- All Known Implementing Classes:
EventsServiceImpl
public interface EventsService
- Author:
- Fabian Martinez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isConfigured()
void
triggerEvent(RegistryEventType type, Optional<String> artifactId, Object data)
-
-
-
Method Detail
-
isConfigured
boolean isConfigured()
-
triggerEvent
void triggerEvent(RegistryEventType type, Optional<String> artifactId, Object data)
-
-