Uses of Interface
technology.dice.dicewhere.downloader.stream.StreamConsumer
-
-
Uses of StreamConsumer in technology.dice.dicewhere.downloader.destination
Methods in technology.dice.dicewhere.downloader.destination that return StreamConsumer Modifier and Type Method Description StreamConsumer<T>FileAcceptor. getStreamConsumer(MD5Checksum originalFileMd5, Instant originalFileTimestamp) -
Uses of StreamConsumer in technology.dice.dicewhere.downloader.destination.local
Methods in technology.dice.dicewhere.downloader.destination.local that return StreamConsumer Modifier and Type Method Description StreamConsumer<Void>LocalFileAcceptor. getStreamConsumer(MD5Checksum originalFileMd5, Instant originalFileTimestamp) -
Uses of StreamConsumer in technology.dice.dicewhere.downloader.destination.s3
Methods in technology.dice.dicewhere.downloader.destination.s3 that return StreamConsumer Modifier and Type Method Description StreamConsumer<Void>S3FileAcceptor. getStreamConsumer(MD5Checksum originalFileMd5, Instant originalFileTimestamp)
-