Package org.trellisldp.api
Class NoopEventService
- java.lang.Object
-
- org.trellisldp.api.NoopEventService
-
- All Implemented Interfaces:
EventService
public class NoopEventService extends Object implements EventService
For use when an event service is not desired.
-
-
Constructor Summary
Constructors Constructor Description NoopEventService()
-
-
-
Method Detail
-
emit
public void emit(Event event)
Description copied from interface:EventService
Emit an event to the event service.- Specified by:
emit
in interfaceEventService
- Parameters:
event
- the event
-
-