Interface SuiteModuleProvider

All Known Implementing Classes:
HdfsModuleProvider, QueryExecutorModuleProvider, SshClientModuleProvider, TableManagerDispatcherModuleProvider, TestConfigurationModuleProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SuiteModuleProvider
Classes implementing this interface provide Modules at suite level.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.inject.Module
    getModule(Configuration configuration)
     
  • Method Details

    • getModule

      com.google.inject.Module getModule(Configuration configuration)