Interface NamedStrategyContributor
Discoverable contributor for named references which are resolvable via StrategySelector.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearStrategyImplementations
(NamedStrategyContributions contributions) Allows cleanup of (presumably previously registered) strategy implementations.void
contributeStrategyImplementations
(NamedStrategyContributions contributions) Allows registration of named strategy implementations.
-
Method Details
-
contributeStrategyImplementations
Allows registration of named strategy implementations. Called on bootstrap. -
clearStrategyImplementations
Allows cleanup of (presumably previously registered) strategy implementations. Called on shutdown.
-