@SPI(value="tri", scope=FRAMEWORK) public interface PathResolver
void
add(String path, Invoker<?> invoker)
addNativeStub(String path)
destroy()
boolean
hasNativeStub(String path)
remove(String path)
Invoker<?>
resolve(String path)
void add(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.