Package org.alfresco.repo.event2
Interface EventSender
- All Known Implementing Classes:
DirectEventSender,EnqueuingEventSender
public interface EventSender
Interface representing an asynchronous event sender.
-
Method Summary
-
Method Details
-
accept
Accepts a callback function creating an event and sends this event to specified destination.- Parameters:
eventProducer- - callback function that creates an event
-