类 ExecutableListener
- java.lang.Object
-
- org.apache.dubbo.rpc.ExecutableListener
-
-
构造器概要
构造器 构造器 说明 ExecutableListener(Executor executor, CancellationListener listener)ExecutableListener(Executor executor, CancellationListener listener, RpcServiceContext context)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddeliver()RpcServiceContextgetContext()ExecutorgetExecutor()CancellationListenergetListener()voidrun()
-
-
-
构造器详细资料
-
ExecutableListener
public ExecutableListener(Executor executor, CancellationListener listener, RpcServiceContext context)
-
ExecutableListener
public ExecutableListener(Executor executor, CancellationListener listener)
-
-
方法详细资料
-
deliver
public void deliver()
-
getExecutor
public Executor getExecutor()
-
getListener
public CancellationListener getListener()
-
getContext
public RpcServiceContext getContext()
-
-