Uses of Interface
org.apache.dubbo.rpc.CancellationListener
Packages that use CancellationListener
-
Uses of CancellationListener in org.apache.dubbo.rpc
Methods in org.apache.dubbo.rpc that return CancellationListenerMethods in org.apache.dubbo.rpc with parameters of type CancellationListenerModifier and TypeMethodDescriptionvoidCancellationContext.addListener(CancellationListener cancellationListener) voidCancellationContext.addListener(CancellationListener cancellationListener, Executor executor) voidCancellationContext.addListener(CancellationListener cancellationListener, Executor executor, RpcServiceContext context) voidCancellationContext.addListener(CancellationListener cancellationListener, RpcServiceContext context) Constructors in org.apache.dubbo.rpc with parameters of type CancellationListenerModifierConstructorDescriptionExecutableListener(Executor executor, CancellationListener listener) ExecutableListener(Executor executor, CancellationListener listener, RpcServiceContext context)