Uses of Interface
org.dspace.app.ldn.processor.LDNProcessor
Packages that use LDNProcessor
-
Uses of LDNProcessor in org.dspace.app.ldn
Methods in org.dspace.app.ldn that return LDNProcessorModifier and TypeMethodDescriptionLDNRouter.route(LDNMessageEntity ldnMessage) Route notification to processorMethods in org.dspace.app.ldn that return types with arguments of type LDNProcessorModifier and TypeMethodDescriptionLDNRouter.getIncomingProcessors()Get all incoming routes.LDNRouter.getOutcomingProcessors()Get all outcoming routes.Method parameters in org.dspace.app.ldn with type arguments of type LDNProcessorModifier and TypeMethodDescriptionvoidLDNRouter.setIncomingProcessors(Map<Set<String>, LDNProcessor> incomingProcessors) Set all incoming routes.voidLDNRouter.setOutcomingProcessors(Map<Set<String>, LDNProcessor> outcomingProcessors) Set all outcoming routes. -
Uses of LDNProcessor in org.dspace.app.ldn.processor
Classes in org.dspace.app.ldn.processor that implement LDNProcessorModifier and TypeClassDescriptionclassLinked Data Notification metadata processor for consuming notifications.