类 ConsumerContextFilter

  • 所有已实现的接口:
    Filter

    @Activate(group="consumer",
              order=-10000)
    public class ConsumerContextFilter
    extends Object
    implements Filter
    ConsumerContextFilter set current RpcContext with invoker,invocation, local host, remote host and port for consumer invoker.It does it to make the requires info available to execution thread's RpcContext.
    另请参阅:
    Filter, RpcContext
    • 构造器详细资料

      • ConsumerContextFilter

        public ConsumerContextFilter()