Junjie
2024-08-20 3fd514d4b802534159518924f3711dc5152732d4
1
2
3
4
5
6
7
8
9
package com.zy.asrs.wcs.rcs.thread;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}