接口 StrategyRegistrationProvider

  • 所有已知实现类:
    StrategyRegistrationProviderImpl

    public interface StrategyRegistrationProvider
    Responsible for providing the registrations of strategy selector(s). Can be registered directly with the BootstrapServiceRegistry or located via discovery.
    作者:
    Steve Ebersole
    • 方法详细资料

      • getStrategyRegistrations

        Iterable<StrategyRegistration> getStrategyRegistrations()
        Get all StrategyRegistrations announced by this provider.
        返回:
        All StrategyRegistrations