TriplePathResolver
@SPI("tri") public interface PathResolver
void
add(String path, Invoker<?> invoker)
destroy()
remove(String path)
Invoker<?>
resolve(String path)
void add(String path, Invoker<?> invoker)
Invoker<?> resolve(String path)
void remove(String path)
void destroy()