@ConditionalOnClass(value=org.apache.dubbo.rpc.Filter.class)
@Configuration
@Activate(group="provider",
order=-110000)
public class DubboCacheFilter
extends Object
implements org.apache.dubbo.rpc.Filter, org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
DubboCacheFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.dubbo.rpc.Result |
invoke(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public org.apache.dubbo.rpc.Result invoke(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation)
throws org.apache.dubbo.rpc.RpcException
invoke 在接口中 org.apache.dubbo.rpc.BaseFilterorg.apache.dubbo.rpc.RpcExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2022. All rights reserved.