Interface AttachmentProcessor<T extends AttachmentData>

Type Parameters:
T - the type of attachment data.
All Known Implementing Classes:
DefaultAttachmentProcessor

public interface AttachmentProcessor<T extends AttachmentData>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAttachment(T attachmentData, AttachmentRenderer<T> renderer)
     
  • Method Details