接口 StrategyRegistrationProvider
-
- 所有已知实现类:
StrategyRegistrationProviderImpl
public interface StrategyRegistrationProviderResponsible for providing the registrations of strategy selector(s). Can be registered directly with theBootstrapServiceRegistryor located via discovery.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Iterable<StrategyRegistration>getStrategyRegistrations()Get all StrategyRegistrations announced by this provider.
-
-
-
方法详细资料
-
getStrategyRegistrations
Iterable<StrategyRegistration> getStrategyRegistrations()
Get all StrategyRegistrations announced by this provider.- 返回:
- All StrategyRegistrations
-
-