Uses of Interface
org.alfresco.repo.event2.EventSender
Packages that use EventSender
-
Uses of EventSender in org.alfresco.repo.event2
Classes in org.alfresco.repo.event2 that implement EventSenderModifier and TypeClassDescriptionclassSends a message to a destination in the current thread.classEnqueuing event sender allows to create asynchronously the RepoEvent offloading the work to a ThreadPool but at the same time it preserves the order of the events.Methods in org.alfresco.repo.event2 that return EventSenderModifier and TypeMethodDescriptionprotected EventSenderEventSenderFactoryBean.createInstance()EventGenerator.getEventSender()protected EventSenderEventSenderFactoryBean.instantiateSender(String senderName) Methods in org.alfresco.repo.event2 with parameters of type EventSenderModifier and TypeMethodDescriptionprotected voidEventSenderFactoryBean.destroyInstance(EventSender eventSender) voidEventGenerator.setEventSender(EventSender eventSender)