Interface StrategyRegistrationProvider
-
- All Known Implementing Classes:
StrategyRegistrationProviderImpl
public interface StrategyRegistrationProvider
Responsible for providing the registrations of strategy selector(s). Can be registered directly with theBootstrapServiceRegistry
or located via discovery.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<StrategyRegistration>
getStrategyRegistrations()
Get all StrategyRegistrations announced by this provider.
-
-
-
Method Detail
-
getStrategyRegistrations
java.lang.Iterable<StrategyRegistration> getStrategyRegistrations()
Get all StrategyRegistrations announced by this provider.- Returns:
- All StrategyRegistrations
-
-