Class CallbackConsumerContextFilter
java.lang.Object
org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter
org.apache.dubbo.rpc.cluster.filter.support.CallbackConsumerContextFilter
- All Implemented Interfaces:
BaseFilter,BaseFilter.Listener,ClusterFilter,Filter
@Activate(group="callback",
order=-2147483648)
public class CallbackConsumerContextFilter
extends ConsumerContextFilter
implements Filter
CallbackConsumerContextFilter set current RpcContext with invoker,invocation, local host, remote host and port
for consumer callback invoker.It does it to make the requires info available to execution thread's RpcContext.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.dubbo.rpc.BaseFilter
BaseFilter.Listener -
Constructor Summary
ConstructorsConstructorDescriptionCallbackConsumerContextFilter(org.apache.dubbo.rpc.model.ApplicationModel applicationModel) -
Method Summary
Methods inherited from class org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter
invoke, onError, onResponseMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.rpc.BaseFilter
invoke
-
Constructor Details
-
CallbackConsumerContextFilter
public CallbackConsumerContextFilter(org.apache.dubbo.rpc.model.ApplicationModel applicationModel)
-