Class AllDispatcher
java.lang.Object
org.apache.dubbo.remoting.transport.dispatcher.all.AllDispatcher
- All Implemented Interfaces:
Dispatcher
default thread pool configure
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondispatch(ChannelHandler handler, URL url) dispatch the message to threadpool.
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AllDispatcher
public AllDispatcher()
-
-
Method Details
-
dispatch
Description copied from interface:Dispatcherdispatch the message to threadpool.- Specified by:
dispatchin interfaceDispatcher- Parameters:
handler-url-- Returns:
- channel handler
-