Package org.apache.dubbo.rpc
Interface PathResolver
PathResolver maintains a mapping between request paths and invokers for multiple protocols.
-
Method Summary
Modifier and TypeMethodDescriptionInvoker<?> Invoker<?> addIfAbsent(String path, Invoker<?> invoker) voidaddNativeStub(String path) voiddestroy()booleanhasNativeStub(String path) voidvoidInvoker<?> voidunregister(Invoker<?> invoker)
-
Method Details
-
register
-
unregister
-
add
-
addIfAbsent
-
resolve
-
hasNativeStub
-
addNativeStub
-
remove
-
destroy
void destroy()
-