Package org.apache.dubbo.rpc.filter
Class EchoFilter
java.lang.Object
org.apache.dubbo.rpc.filter.EchoFilter
- All Implemented Interfaces:
BaseFilter,Filter
Dubbo provided default Echo echo service, which is available for all dubbo provider service interface.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.dubbo.rpc.BaseFilter
BaseFilter.Listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvoke(Invoker<?> invoker, Invocation inv) Always call invoker.invoke() in the implementation to hand over the request to the next filter node.
-
Constructor Details
-
EchoFilter
public EchoFilter()
-
-
Method Details
-
invoke
Description copied from interface:BaseFilterAlways call invoker.invoke() in the implementation to hand over the request to the next filter node.- Specified by:
invokein interfaceBaseFilter- Throws:
RpcException
-