Uses of Class
org.dspace.event.ConsumerProfile
-
Packages that use ConsumerProfile Package Description org.dspace.event Actions which alter DSpace model objects can queueEvents, which are presented toConsumers by aDispatcher. -
-
Uses of ConsumerProfile in org.dspace.event
Fields in org.dspace.event with type parameters of type ConsumerProfile Modifier and Type Field Description protected Map<String,ConsumerProfile>Dispatcher. consumersMap of consumers by their configured name.Methods in org.dspace.event that return ConsumerProfile Modifier and Type Method Description static ConsumerProfileConsumerProfile. makeConsumerProfile(String name)Factory method, create new profile from configuration.Methods in org.dspace.event with parameters of type ConsumerProfile Modifier and Type Method Description voidBasicDispatcher. addConsumerProfile(ConsumerProfile cp)abstract voidDispatcher. addConsumerProfile(ConsumerProfile cp)Add a consumer profile to the end of the list.
-