Interface AttachmentParserStages.Parser<T>

Type Parameters:
T - The result type.
All Known Subinterfaces:
AttachmentDataParser<T>, TextFileParser<T>
Enclosing class:
AttachmentParserStages
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AttachmentParserStages.Parser<T>
Parses the response from fetching the attachment file into the corresponding value.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(CommandContext context, Attachment attachment, reactor.netty.ByteBufMono body)
    Parses the response from fetching the attachment file into the corresponding value.