com.alibaba.dubbo.remoting.transport.dispatcher.execution
Class ExecutionDispatcher
java.lang.Object
com.alibaba.dubbo.remoting.transport.dispatcher.execution.ExecutionDispatcher
- All Implemented Interfaces:
- Dispatcher
public class ExecutionDispatcher
- extends Object
- implements Dispatcher
除发送全部使用线程池处理
- Author:
- chao.liuc
NAME
public static final String NAME
- See Also:
- Constant Field Values
ExecutionDispatcher
public ExecutionDispatcher()
dispatch
public ChannelHandler dispatch(ChannelHandler handler,
URL url)
- Description copied from interface:
Dispatcher
- dispatch the message to threadpool.
- Specified by:
dispatch
in interface Dispatcher
- Returns:
- channel handler
Copyright © 2012–2017 Alibaba. All rights reserved.