Package org.dspace.app.ldn.processor
Interface LDNProcessor
- All Known Implementing Classes:
LDNMetadataProcessor
public interface LDNProcessor
Processor interface to allow for custom implementations of process.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(Context context, Notification notification) Process received notification.
-
Method Details
-
process
Process received notification.- Parameters:
notification- received notification- Throws:
Exception- something went wrong processing the notification
-