Class IdEventService
java.lang.Object
com.io7m.idstore.server.service.events.IdEventService
- All Implemented Interfaces:
IdEventServiceType,com.io7m.repetoir.core.RPServiceType
The event service.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IdEventServiceTypecreate(com.io7m.repetoir.core.RPServiceDirectoryType services) Create a new event service.voidemit(IdEventType event) Emit an event.toString()
-
Method Details
-
create
Create a new event service.- Parameters:
services- The service directory- Returns:
- The event service
-
emit
Description copied from interface:IdEventServiceTypeEmit an event.- Specified by:
emitin interfaceIdEventServiceType- Parameters:
event- The event
-
description
- Specified by:
descriptionin interfacecom.io7m.repetoir.core.RPServiceType
-
toString
-