Package io.jooby.trpc

Interface TrpcService


public interface TrpcService
Generated tRPC service. Generated service ends with Trpc_ suffix.
Since:
4.3.0
Author:
edgar
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    install(String path, io.jooby.Jooby application)
    Install generate tRPC routes.
  • Method Details

    • install

      void install(String path, io.jooby.Jooby application) throws Exception
      Install generate tRPC routes.
      Parameters:
      path - Base path. Defaults to /trpc.
      application - Main application.
      Throws:
      Exception - If something goes wrong.