Interface NamedStrategyContributor


@JavaServiceLoadable public interface NamedStrategyContributor
Discoverable contributor for named references which are resolvable via StrategySelector.
See Also:
  • Method Details

    • contributeStrategyImplementations

      void contributeStrategyImplementations(NamedStrategyContributions contributions)
      Allows registration of named strategy implementations. Called on bootstrap.
    • clearStrategyImplementations

      void clearStrategyImplementations(NamedStrategyContributions contributions)
      Allows cleanup of (presumably previously registered) strategy implementations. Called on shutdown.