@Activate(group="provider") public class SentinelDubboProviderFilter extends Object implements org.apache.dubbo.rpc.Filter
Apache Dubbo service provider filter that enables integration with Sentinel. Auto activated by default.
Note: this only works for Apache Dubbo 2.7.x or above version.
If you want to disable the provider filter, you can configure:<dubbo:provider filter="-sentinel.dubbo.provider.filter"/>
| Constructor and Description |
|---|
SentinelDubboProviderFilter() |
| 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.