Interface Closed
-
- All Known Subinterfaces:
Channel,CloseListener,DataInputStream,DataInputStreamFactory,DataOutputStream,DataOutputStreamFactory,DataStream,DataStreamFactory<T>,Exchange,Executor,ExecutorTaskQueue,InChannel,OutChannel,RecordOutuptStream
- All Known Implementing Classes:
AbstractCloseListenerning,AbstractExecutor,AbstractInChannel,CoreExchange,HandleInChannel,InChannelExecutor,JoinOutExecutorChannel,OutChannelExchange,OutChannelExecutor,OutputStreamOutChannel
public interface Closed可以被关闭的- Author:
- lb
- Date:
- 2023年12月8日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()关闭 通常代表着上游处理任务结束
-