Interface StrategyRegistration<T>
- Type Parameters:
T- The type of the strategy described by this implementation registration.
- All Known Implementing Classes:
SimpleStrategyRegistrationImpl
public interface StrategyRegistration<T>
Describes the registration of a named strategy implementation.
A strategy + selector name should resolve to a single implementation.
-
Method Summary
Modifier and TypeMethodDescriptionAny registered names for this strategy registration.The strategy implementation class.The strategy role.
-
Method Details
-
getStrategyRole
-
getSelectorNames
-
getStrategyImplementation
-