All Known Implementing Classes:
PlanRegistryMock

public interface PlanRegistry
Registry of all current plans we have support for
Author:
ogronnesby
  • Method Details

    • defaultPlan

      Plan defaultPlan()
      Get the default plan
    • plan

      Optional<Plan> plan(PlanId planId)
      Get a plan given a plan ID
    • all

      List<Plan> all()
      Get a set of all plans
    • plan

      default Optional<Plan> plan(String planId)
      Get a plan give a plan ID