Package org.apache.dubbo.rpc
Interface CancellationListener
public interface CancellationListener
A listener notified on context cancellation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancelled(RpcServiceContext context) Notifies that a context was cancelled.
-
Method Details
-
cancelled
Notifies that a context was cancelled.- Parameters:
context- the newly cancelled context.
-