i have multiple working crawlers run together
eg.
-crawler 1
-crawler 2
-crawler 3
my question is: what if i want to shut down crawler number 2 only?
i imagine that every crawler in crawler4j has a session ID and i can shut it off while requesting its ID
HOW CAN I IMPLEMENT THAT ?
edit
i know how to shut down working crawler but my question is .. if i have crawling system with users and i want each user have its own crawlers and if user x wants to shut down its crawler .so, crawler of user x shut down with out reflecting and shutting down the user y crawler