Package org.dspace.matomo
Class MatomoEventListener
java.lang.Object
org.dspace.usage.AbstractUsageEventListener
org.dspace.matomo.MatomoEventListener
- All Implemented Interfaces:
EventListener
This EventListener handles
UsageEvents and send them to all the List<MatomoUsageEventHandler>
configured- Author:
- Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.com)
-
Constructor Summary
ConstructorsConstructorDescriptionMatomoEventListener(List<MatomoUsageEventHandler> matomoUsageEventHandlers, ConfigurationService configurationService, BitstreamService bitstreamService) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisInBundle(Bitstream bitstream, Set<String> allowedBundles) voidreceiveEvent(Event event) Methods inherited from class org.dspace.usage.AbstractUsageEventListener
getEventNamePrefixes, getResourcePrefix, setEventService
-
Constructor Details
-
MatomoEventListener
public MatomoEventListener(@Autowired List<MatomoUsageEventHandler> matomoUsageEventHandlers, @Autowired ConfigurationService configurationService, @Autowired BitstreamService bitstreamService)
-
-
Method Details
-
receiveEvent
-
isInBundle
-