![JAR search and dependency download from the Maven repository](/logo.png)
bt.processor.ProcessingContext Maven / Gradle / Ivy
package bt.processor;
import bt.metainfo.Torrent;
import bt.metainfo.TorrentId;
import bt.torrent.TorrentSession;
import java.util.Optional;
public interface ProcessingContext {
Optional getTorrentId();
Optional getTorrent();
Optional getSession();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy