Interface PlanRegistry
-
- All Known Implementing Classes:
PlanRegistryMock
public interface PlanRegistryRegistry of all current plans we have support for- Author:
- ogronnesby
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PlandefaultPlan()Get the default planOptional<Plan>plan(PlanId planId)Get a plan given a plan IDdefault Optional<Plan>plan(String planId)Get a plan give a plan ID
-