| Package | Description |
|---|---|
| org.apache.dubbo.rpc |
| Modifier and Type | Method and Description |
|---|---|
CancellationListener |
ExecutableListener.getListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
CancellationContext.addListener(CancellationListener cancellationListener) |
void |
CancellationContext.addListener(CancellationListener cancellationListener,
Executor executor) |
void |
CancellationContext.addListener(CancellationListener cancellationListener,
Executor executor,
RpcServiceContext context) |
void |
CancellationContext.addListener(CancellationListener cancellationListener,
RpcServiceContext context) |
| Constructor and Description |
|---|
ExecutableListener(Executor executor,
CancellationListener listener) |
ExecutableListener(Executor executor,
CancellationListener listener,
RpcServiceContext context) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.