public interface IService extends Closeable
| Modifier and Type | Method and Description | 
|---|---|
void | 
initialize(IClient<?,?> owner)
初始化 
 | 
boolean | 
isInitialized()
是否已初始化 
 | 
boolean | 
isStarted()
是否已启动 
 | 
void | 
start()
启动服务 
 | 
Copyright © 2022. All rights reserved.