com.alibaba.dubbo.remoting
Interface Dispatcher
- All Known Implementing Classes:
- AllDispatcher, ConnectionOrderedDispatcher, DirectDispatcher, ExecutionDispatcher, MessageOnlyDispatcher
@SPI(value="all")
public interface Dispatcher
ChannelHandlerWrapper (SPI, Singleton, ThreadSafe)
- Author:
- chao.liuc
dispatch
@Adaptive(value={"dispatcher","dispather","channel.handler"})
ChannelHandler dispatch(ChannelHandler handler,
URL url)
- dispatch the message to threadpool.
- Parameters:
handler
- url
-
- Returns:
- channel handler
Copyright © 2012–2017 Alibaba. All rights reserved.