Interface ModuleProvider

All Known Subinterfaces:
AddressVerificationProvider, TaxProvider
All Known Implementing Classes:
SimpleTaxProvider

public interface ModuleProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates if, given the configuration, this module can respond to the particular request.
  • Method Details

    • canRespond

      boolean canRespond(ModuleConfiguration config)
      Indicates if, given the configuration, this module can respond to the particular request.
      Parameters:
      config -
      Returns: