接口 PathResolver


  • @SPI(value="tri",
         scope=FRAMEWORK)
    public interface PathResolver
    PathResolver maintains a mapping between request path and Invoker for multiple protocols.
    • 方法详细资料

      • hasNativeStub

        boolean hasNativeStub​(String path)
      • addNativeStub

        void addNativeStub​(String path)
      • remove

        void remove​(String path)
      • destroy

        void destroy()