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