Interface JsonRpcMethodProvider


  • public interface JsonRpcMethodProvider
    Provides JsonRpcMethod. Can be implemented by Endpoints to provide information about the supported methods.
    • Method Detail

      • supportedMethods

        java.util.Map<java.lang.String,​JsonRpcMethod> supportedMethods()