Junjie
2026-04-13 b5cefd0727da0040ad7130c72f18df07643490cd
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}