@Activate(group="consumer") public class SentinelDubboConsumerFilter extends Object implements org.apache.dubbo.rpc.Filter
Dubbo service consumer filter for Sentinel. Auto activated by default.
If you want to disable the consumer filter, you can configure:<dubbo:consumer filter="-sentinel.dubbo.consumer.filter"/>
| Constructor and Description |
|---|
SentinelDubboConsumerFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.dubbo.rpc.Result |
invoke(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation) |
Copyright © 2019 Alibaba Group. All rights reserved.