Package org.trellisldp.api
Interface EventService
-
- All Known Implementing Classes:
AmqpEventService,JmsEventService,KafkaEventService,NoopEventService,ReactiveEventService
public interface EventServiceThe EventService provides a mechanism by which events can be emitted to a message broker.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidemit(Event event)Emit an event to the event service.
-
-
-
Method Detail
-
emit
void emit(Event event)
Emit an event to the event service.- Parameters:
event- the event
-
-