Class Upload


  • public class Upload
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Upload​(Context context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<EMAttachment> fromLocalFile​(java.nio.file.Path path, boolean restrictAccess)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Upload

        public Upload​(Context context)
    • Method Detail

      • fromLocalFile

        public reactor.core.publisher.Mono<EMAttachment> fromLocalFile​(java.nio.file.Path path,
                                                                       boolean restrictAccess)