Interface StrategyDeterminationService<T>
- Type Parameters:
T- Strategy interface
- All Known Implementing Classes:
DefaultStrategyDeterminationService
public interface StrategyDeterminationService<T>
Simple service to select the proper strategy based on the current active engine.
-
Method Summary
-
Method Details
-
get
T get()- Returns:
- strategy for the current active engine
-