@SPI(value="tri", scope=FRAMEWORK) public interface PathResolver
Invoker<?>
add(String path, Invoker<?> invoker)
addIfAbsent(String path, Invoker<?> invoker)
void
addNativeStub(String path)
destroy()
boolean
hasNativeStub(String path)
remove(String path)
resolve(String path)
Invoker<?> add(String path, Invoker<?> invoker)
Invoker<?> addIfAbsent(String path, Invoker<?> invoker)
Invoker<?> resolve(String path)
boolean hasNativeStub(String path)
void addNativeStub(String path)
void remove(String path)
void destroy()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.