Class InstallRecipesResponse

java.lang.Object
org.openrewrite.python.rpc.InstallRecipesResponse

public class InstallRecipesResponse extends Object
Response to an InstallRecipes RPC request. The reader gets the bundle's recipes from a follow-up GetMarketplace call, whose rows now carry each recipe's origin packageName so the host attributes each to its own bundle — so this response only needs to report how many recipes were installed and the resolved version.
  • Constructor Details

    • InstallRecipesResponse

      public InstallRecipesResponse()