You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "carryxyh (GitHub)" <gi...@apache.org> on 2018/12/17 08:51:15 UTC

[GitHub] [incubator-dubbo] carryxyh commented on issue #2970: what's design intent of 'SHARED_EXECUTOR' Attribute in WrappedChannelHandler.java

the SHARED_EXECUTOR is a static field.

You can find out where this method is being used:
WrappedChannelHandler#getExecutorService

You can find out where this method is being used. If the user-configured executor does not exist, we will use this executor to handle the event. Maybe this is the meaning of sharing.

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2970 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org