effect-rpc
    Preparing search index...

    Function getHandler

    • Retrieves a previously registered RPC handler by its tag.

      Parameters

      • tag: string

        The tag used when the handler was created

      Returns RpcGroup<any>

      The RPC handler associated with the tag (returns RpcGroup.RpcGroup)

      Consider using createHandlerRegistry() for better type safety without module augmentation.

      const handler = getHandler('flamingo'); // RpcGroup.RpcGroup<any>