Interface LDNProcessor

All Known Implementing Classes:
LDNMetadataProcessor

public interface LDNProcessor
Processor interface to allow for custom implementations of process.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(Context context, Notification notification)
    Process received notification.
  • Method Details

    • process

      void process(Context context, Notification notification) throws Exception
      Process received notification.
      Parameters:
      notification - received notification
      Throws:
      Exception - something went wrong processing the notification